feat:完善项目

This commit is contained in:
henry
2021-11-05 15:27:04 +08:00
parent 873ad8ea2c
commit d20ac3e09f
16 changed files with 465 additions and 13 deletions

View File

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