|
@ -25,7 +25,7 @@ public class PublicPartiProfileResultDTO implements Serializable { |
|
|
* */ |
|
|
* */ |
|
|
private String monthTrend = ""; |
|
|
private String monthTrend = ""; |
|
|
|
|
|
|
|
|
private Integer averageIssue = NumConstant.ZERO; |
|
|
private BigDecimal averageIssue = new BigDecimal(NumConstant.ZERO); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 较上月百分比 |
|
|
* 较上月百分比 |
|
|