feat():修改查询参数

yuan
yuan 2024-08-25 20:40:46 +08:00
parent 2135d1645d
commit 3c64db595a
1 changed files with 0 additions and 3 deletions

View File

@ -33,20 +33,17 @@ public class RuleDataListReq {
/**
*
*/
@IsSysRuleZM
@Schema(description = "规则类型",defaultValue = "Z",type = "String")
private String ruleType;
/**
*
*/
@IsSysRuleActivate
@Schema(description = "激活状态",defaultValue = "S",type = "String")
private String ruleActivate;
/**
*
*/
@Schema(description = "规则状态",defaultValue = "Y",type = "String")
@IsSystemYesNo
private String ruleStatus;
}