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