bug:子模块返回增加周期 #43

Merged
XiaoLFeng merged 1 commits from feature-jie into develop 2024-04-21 21:37:30 +08:00

View File

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