feat:完善项目
This commit is contained in:
15
app/common/model/manage_material_work.go
Normal file
15
app/common/model/manage_material_work.go
Normal file
@ -0,0 +1,15 @@
|
||||
package model
|
||||
|
||||
type ManageMaterialWork struct {
|
||||
Model
|
||||
ModelDeleted
|
||||
ModelAt
|
||||
}
|
||||
|
||||
func (m *ManageMaterialWork) TableName() string {
|
||||
return "manage_material_work"
|
||||
}
|
||||
|
||||
func NewManageMaterialWork() *ManageMaterialWork {
|
||||
return &ManageMaterialWork{}
|
||||
}
|
Reference in New Issue
Block a user