|
@ -67,8 +67,8 @@ public class ProjectCategoryResultDTO implements Serializable { |
|
|
this.categoryName = ""; |
|
|
this.categoryName = ""; |
|
|
this.projectTotal = NumConstant.ZERO; |
|
|
this.projectTotal = NumConstant.ZERO; |
|
|
this.closedProjectTotal = NumConstant.ZERO; |
|
|
this.closedProjectTotal = NumConstant.ZERO; |
|
|
this.totalRatio = ""; |
|
|
this.totalRatio = "0.00%"; |
|
|
this.closedRatio = ""; |
|
|
this.closedRatio = "0.00%"; |
|
|
this.children = new ArrayList<>(); |
|
|
this.children = new ArrayList<>(); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|