md
This commit is contained in:
parent
4b926d6183
commit
8fb891d99e
@ -19,6 +19,8 @@ public class BillPayStatInfo implements Serializable {
|
||||
|
||||
// 应收金额
|
||||
private BigDecimal recPayMoney;
|
||||
// 已收金额
|
||||
private BigDecimal hasRecdPayMoney;
|
||||
// 账单总数量
|
||||
private Integer totalBillCount;
|
||||
// 已收款账单数量
|
||||
|
||||
@ -71,6 +71,7 @@
|
||||
<result property="salesmen" column="salesmen" />
|
||||
<result property="billMonth" column="billMonth" />
|
||||
<result property="recPayMoney" column="recPayMoney" />
|
||||
<result property="hasRecdPayMoney" column="hasRecdPayMoney" />
|
||||
<result property="totalBillCount" column="totalBillCount" />
|
||||
<result property="hasPayBillCount" column="hasPayBillCount" />
|
||||
<result property="somePayBillCount" column="somePayBillCount" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user