Merge pull request 'bug:子模块返回增加周期' (#43) from feature-jie into develop

Reviewed-on: #43
This commit is contained in:
筱锋xiao_lfeng 2024-04-21 21:37:29 +08:00
commit 1fd49b0d8a

View File

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