Compare commits

..

No commits in common. "2f7ee45e6bd8d3c80b0026a7f1e30dd7cc2c366e" and "64f1c6df07c9202c84cd45e989666fc53ab38e7b" have entirely different histories.

View File

@ -16,7 +16,6 @@ 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;
} }