返回信息调整
All checks were successful
JslGroup/JslDeveloper/JSL_OrganizeInternalOA/pipeline/head This commit looks good
All checks were successful
JslGroup/JslDeveloper/JSL_OrganizeInternalOA/pipeline/head This commit looks good
This commit is contained in:
parent
2c90fcd053
commit
55aa2640cf
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user