【定时模块】编辑接口增加jobStatus非空验证

pull/3/head
@阿坤同学 2021-01-08 09:11:59 +08:00
parent 6473ee7479
commit 22ba246369
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ public class SysTimersParam extends BaseRequest {
/** /**
* 1 2 * 1 2
*/ */
@NotNull(message = "任务状态不能为空", groups = {edit.class})
private Integer jobStatus; private Integer jobStatus;
/** /**