REM:
1. 删除多余校验器
This commit is contained in:
chenlinghy 2020-09-04 15:21:26 +08:00
parent c30e609eb4
commit 11e017a018
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ public class TaskStartReq {
* The Dispose time. * The Dispose time.
*/ */
@NotNull(message = "disposeTime 处置时间不能为空", groups = ValidGroups.TaskStartReqCommonValid.class) @NotNull(message = "disposeTime 处置时间不能为空", groups = ValidGroups.TaskStartReqCommonValid.class)
@ValidSplitPageSize(groups = ValidGroups.TaskStartReqCommonValid.class)
private Integer disposeTime; private Integer disposeTime;
/** /**
* The Flow direction. * The Flow direction.