Merge branch 'refs/heads/develop'
All checks were successful
代码检查 / 代码检查 (push) Successful in 23s

This commit is contained in:
筱锋xiao_lfeng 2024-04-21 21:38:29 +08:00
commit 2f7ee45e6b
Signed by: XiaoLFeng
GPG Key ID: F693AA12AABBFA87

View File

@ -16,6 +16,7 @@ public class ProjectModuleSimpleVO {
private Integer workLoad;
private Timestamp deadLine;
private String status;
private Integer cycle;
private String principalUser;
}