This commit is contained in:
tangpanqing
2023-01-06 07:12:36 +08:00
parent 0cac8714dc
commit 9beffba8ed
5 changed files with 21 additions and 9 deletions

View File

@@ -16,6 +16,11 @@ type FieldInfo struct {
Name string
}
type GroupItem struct {
Prefix string
Field interface{}
}
type WhereItem struct {
FuncName string
Prefix string