feat:完善项目
This commit is contained in:
9
app/model/base.go
Normal file
9
app/model/base.go
Normal file
@ -0,0 +1,9 @@
|
||||
package model
|
||||
|
||||
import "ArmedPolice/app/common/model"
|
||||
|
||||
type PageParams struct {
|
||||
Page, PageSize int
|
||||
Count *int64
|
||||
Where []*model.ModelWhere
|
||||
}
|
||||
Reference in New Issue
Block a user