fix
This commit is contained in:
parent
375aed7160
commit
a7480bac13
@ -44,6 +44,7 @@ type Api2SqlParam struct {
|
||||
WithCount bool `json:"with_count"` // 是否返回数据总量, 仅 sqlType = list 生效
|
||||
ConditionList []SqlCondition `json:"value_list"` // 字段列表
|
||||
TableColumnConfig []*ColumnConfig `json:"table_column_config"` // 表字段配置
|
||||
UpdateData map[string]any `json:"update_data"` // 要更新的数据, 仅对 update语句有效
|
||||
Tx *gorm.DB `json:"-"` // 前后已有的数据库连接, 直接复用
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user