|
|
@ -15,13 +15,13 @@ import javax.validation.constraints.NotNull; |
|
|
|
public class RulePageReqVO extends PageParam { |
|
|
|
|
|
|
|
@Schema(description = "策略代码") |
|
|
|
@NotNull(message = "策略代码不能为空") |
|
|
|
private String strategyCode; |
|
|
|
|
|
|
|
@Schema(description = "优先级") |
|
|
|
private Integer priority; |
|
|
|
|
|
|
|
@Schema(description = "代码") |
|
|
|
@NotNull(message = "代码不能为空") |
|
|
|
private String code; |
|
|
|
|
|
|
|
@Schema(description = "名称") |
|
|
|