规划支持 InputSql
This commit is contained in:
parent
4ee868a059
commit
8a0efca6ee
@ -13,6 +13,7 @@ package define
|
||||
//
|
||||
// Date : 16:06 2024/8/21
|
||||
type Api2SqlParam struct {
|
||||
InputSql string `json:"input_sql"` // 输入的sql模板, 若指定了sql, 则下面的配置均不生效, 仅依赖 ValueList 解析字段值
|
||||
TableSplit bool `json:"table_split"` // 是否分表
|
||||
SplitField string `json:"split_field"` // 分表字段, 仅分表时有效, 分表字段要求在 ValueList 必须存在
|
||||
SplitStrategy string `json:"split_strategy"` // 分表策略, 仅分表时有效, 支持注册自动以策略
|
||||
|
Loading…
Reference in New Issue
Block a user