feat: 规则增加数组判断支持

This commit is contained in:
lisw
2022-08-09 10:57:36 +08:00
parent 90dc250880
commit c8b6e6431e
2 changed files with 31 additions and 3 deletions

View File

@@ -63,8 +63,8 @@ public class RuleConditionInfo
@TableField(exist = false)
private String TempParentId;//插入时临时父id
@TableField(exist = false)
private Integer valueType;//字段值类型
// @TableField(exist = false)
// private Integer valueType;//字段值类型
@TableField(exist = false)
private List<RuleLoopGroupAction> loopGroupActions = new ArrayList<>();//循环组对应的条件