feat:完善项目

This commit is contained in:
henry
2021-11-03 17:55:27 +08:00
parent 62c2dda714
commit af976f83c1
14 changed files with 376 additions and 27 deletions

9
app/model/base.go Normal file
View File

@ -0,0 +1,9 @@
package model
import "ArmedPolice/app/common/model"
type PageParams struct {
Page, PageSize int
Count *int64
Where []*model.ModelWhere
}