feat:完善项目
This commit is contained in:
11
app/model/work_repair_detail.go
Normal file
11
app/model/work_repair_detail.go
Normal file
@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
import "ArmedPolice/app/common/model"
|
||||
|
||||
type WorkRepairDetail struct {
|
||||
*model.WorkRepairDetail
|
||||
}
|
||||
|
||||
func NewWorkRepairDetail() *WorkRepairDetail {
|
||||
return &WorkRepairDetail{model.NewWorkRepairDetail()}
|
||||
}
|
Reference in New Issue
Block a user