feat():修改查询参数
parent
2135d1645d
commit
3c64db595a
|
@ -33,20 +33,17 @@ public class RuleDataListReq {
|
||||||
/**
|
/**
|
||||||
* 规则类型
|
* 规则类型
|
||||||
*/
|
*/
|
||||||
@IsSysRuleZM
|
|
||||||
@Schema(description = "规则类型",defaultValue = "Z",type = "String")
|
@Schema(description = "规则类型",defaultValue = "Z",type = "String")
|
||||||
private String ruleType;
|
private String ruleType;
|
||||||
/**
|
/**
|
||||||
* 激活状态
|
* 激活状态
|
||||||
*/
|
*/
|
||||||
@IsSysRuleActivate
|
|
||||||
@Schema(description = "激活状态",defaultValue = "S",type = "String")
|
@Schema(description = "激活状态",defaultValue = "S",type = "String")
|
||||||
private String ruleActivate;
|
private String ruleActivate;
|
||||||
/**
|
/**
|
||||||
* 规则状态
|
* 规则状态
|
||||||
*/
|
*/
|
||||||
@Schema(description = "规则状态",defaultValue = "Y",type = "String")
|
@Schema(description = "规则状态",defaultValue = "Y",type = "String")
|
||||||
@IsSystemYesNo
|
|
||||||
private String ruleStatus;
|
private String ruleStatus;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue