返回信息调整
All checks were successful
JslGroup/JslDeveloper/JSL_OrganizeInternalOA/pipeline/head This commit looks good

This commit is contained in:
176yunxuan 2024-03-16 18:00:54 +08:00
parent 2c90fcd053
commit 55aa2640cf

View File

@ -11,11 +11,9 @@ public class ProjectWorkVO {
private Long pid; private Long pid;
@NotNull(message = "项目id不能为空") @NotNull(message = "项目id不能为空")
private Long projectId; private Long projectId;
private Long principalId; private Long principalId;
@NotNull(message = "周期不能为空") @NotNull(message = "周期不能为空")
private Integer cycle; private Integer cycle;
private Integer workLoad; private Integer workLoad;
@NotNull(message = "类型不能为空") @NotNull(message = "类型不能为空")
private Integer type; private Integer type;