|
|
|
@@ -99,8 +99,8 @@ public class WxBillOther extends BaseEntity { |
|
|
|
private String shopNumber; |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
@Excel(name = "实际应收金额(元)", orderNum = "4", width = 20) |
|
|
|
private String receivePayStr; |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
@Excel(name = "实收金额(元)", orderNum = "5", width = 20) |
|
|
|
private String payStr; |
|
|
|
@@ -142,4 +142,14 @@ public class WxBillOther extends BaseEntity { |
|
|
|
private String serviceChargePayBefore; |
|
|
|
@TableField(exist = false) |
|
|
|
private String serviceChargePayUpdate; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "实际应收总金额(元)", width = 20, orderNum = "4") |
|
|
|
@TableField(exist = false) |
|
|
|
private String realreceivePayStr; |
|
|
|
|
|
|
|
public String getRealReceivePayStr() { |
|
|
|
return new BigDecimal(receivePay == null ? 0 : receivePay).divide(new BigDecimal(100)).toPlainString(); |
|
|
|
} |
|
|
|
|
|
|
|
} |