|
@@ -22,13 +22,13 @@ public class IndexBaseMonthData {
|
|
|
private Integer organId;
|
|
|
|
|
|
/** 总数量 */
|
|
|
- private BigDecimal totalNum;
|
|
|
+ private BigDecimal totalNum = BigDecimal.ZERO;
|
|
|
|
|
|
/** 有效数量 */
|
|
|
- private BigDecimal activateNum;
|
|
|
+ private BigDecimal activateNum = BigDecimal.ZERO;
|
|
|
|
|
|
/** 最终结果 */
|
|
|
- private BigDecimal percent;
|
|
|
+ private BigDecimal percent = BigDecimal.ZERO;
|
|
|
|
|
|
private IndexDataType dataType;
|
|
|
|