|
@@ -14,11 +14,12 @@ import java.util.List;
|
|
|
*/
|
|
|
@Getter
|
|
|
@Setter
|
|
|
-@ToString(exclude = { "ruleGroup", "msg", "description" }, includeFieldNames = false)
|
|
|
+@ToString(exclude = { "ruleGroup", "msg", "description", "names" }, includeFieldNames = false)
|
|
|
public class RuleConditionDTO {
|
|
|
private Integer hasSubCond;
|
|
|
private String ruleGroup;
|
|
|
private String msg;
|
|
|
private String description;
|
|
|
+ private List<String> names; //静态信息名称列表
|
|
|
private List<RuleBaseDTO> ruleBaseDTOList = new ArrayList<>();
|
|
|
}
|