|
|
|
@@ -8,7 +8,7 @@ public class WxFinanceReceiveSumVo implements Serializable { |
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
|
|
|
|
String totalReceive; |
|
|
|
String totalSetoff; |
|
|
|
String totalPay; |
|
|
|
String totalReceive = "0"; |
|
|
|
String totalSetoff = "0"; |
|
|
|
String totalPay = "0"; |
|
|
|
} |