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