代码拉取完成,页面将自动刷新
package model
type (
// CommonPaginationItem 公共分页属性
CommonPaginationItem struct {
Page int `json:"page" dc:"页码"`
Size int `json:"size" dc:"查询数量"`
}
// CommonResponseItem 公共响应资源属性
CommonResponseItem struct {
Total int `json:"total" dc:"总数"`
}
// CommonListAndTotalInput 公共处理列表和总数请求参数
CommonListAndTotalInput struct {
CommonPaginationItem
Where interface{} `json:"where"`
Sort string `json:"sort"`
}
// CommonIncOrDecByIdItem 根据主键ID更新字段数量
CommonIncOrDecByIdItem struct {
Id []uint // ID字段
CommonIncOrDecItem
}
// CommonIncOrDecItem 增量或减量属性
CommonIncOrDecItem struct {
Columns string // 更新字段
Amount int // 更新数量
IncByDec bool // 是否增量和减量:false增量,true减量
}
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。