feat:完善项目

This commit is contained in:
henry
2021-11-02 17:28:19 +08:00
parent 0fa2630933
commit 09ef8a7885
8 changed files with 76 additions and 96 deletions

View File

@ -1,11 +0,0 @@
package model
import "ArmedPolice/app/common/model"
type SysDepartment struct {
*model.SysDepartment
}
func NewSysDepartment() *SysDepartment {
return &SysDepartment{SysDepartment: model.NewSysDepartment()}
}