|
@@ -25,7 +25,7 @@ public class KlRuleInfoSaveVO {
|
|
|
private Long parConceptId;//提示概念id
|
|
|
@NotNull(message = "请输入概念id")
|
|
|
private Integer parHasSub;//是否有子条件(0:无,1:有)
|
|
|
- private String parMsg;//附加信息
|
|
|
+ //private String parMsg;//附加信息
|
|
|
@ApiModelProperty(hidden = true)
|
|
|
private Integer parStatus = 1;//启用状态(0:禁用,1:启用)
|
|
|
/* private String parlibName;
|