Compare commits

..

No commits in common. "1fd49b0d8a431aa85ccbb89b2a973be39cfad81b" and "72aafd8fae81719d631bd1cf58d89043e7f22908" have entirely different histories.

View File

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