mirror of https://gitee.com/stylefeng/roses
【定时模块】编辑接口增加jobStatus非空验证
parent
6473ee7479
commit
22ba246369
|
@ -44,6 +44,7 @@ public class SysTimersParam extends BaseRequest {
|
|||
/**
|
||||
* 状态(字典 1运行 2停止)
|
||||
*/
|
||||
@NotNull(message = "任务状态不能为空", groups = {edit.class})
|
||||
private Integer jobStatus;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue