1 Star 0 Fork 0

tomatomeatman/GolangRepository

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
FindByPageParam.go 600 Bytes
一键复制 编辑 原始数据 按行查看 历史
laowei 提交于 2024-07-15 14:55 +08:00 . bricks2准备
package model
//分页查询条件组合类
type FindByPageParam struct {
Gpage Page `json:"page"` //分页信息对象
Gorders []OrderInfo `json:"orders"` //排序信息对象集合
GsLikeStr string `json:"sLikeStr"` //全文检索条件
GsLikeDateSt string `json:"sLikeDateSt"` //全文检索查询记录修改时间范围条件-开始
GsLikeDateEd string `json:"sLikeDateEd"` //全文检索查询记录修改时间范围条件-结束
Gcondition interface{} `json:"condition"` //常规查询条件对象(根据定义的类型转换)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/tomatomeatman/golang-repository.git
git@gitee.com:tomatomeatman/golang-repository.git
tomatomeatman
golang-repository
GolangRepository
5de5a6dbad55

搜索帮助