|
|
|
@@ -32,9 +32,11 @@ public class WxBillAllVo { |
|
|
|
@Excel(name="费用类型",width = 20,orderNum = "4") |
|
|
|
private String billType; |
|
|
|
|
|
|
|
@Excel(name="实际应收金额(元)",width = 20,orderNum = "5") |
|
|
|
private String receivePayStr; |
|
|
|
|
|
|
|
@Excel(name = "实际应收总金额(元)", width = 20, orderNum = "5") |
|
|
|
private String realReceivePayStr; |
|
|
|
|
|
|
|
@Excel(name="实收金额(元)",width = 20,orderNum = "6") |
|
|
|
private String payStr; |
|
|
|
|
|
|
|
@@ -122,6 +124,13 @@ public class WxBillAllVo { |
|
|
|
@TableField(exist = false) |
|
|
|
private Long realReceivePay; |
|
|
|
|
|
|
|
public String getRealReceivePayStr() { |
|
|
|
if (getRealReceivePay() != null) { |
|
|
|
realReceivePayStr = new BigDecimal(getRealReceivePay()).divide(new BigDecimal(100)).toString(); |
|
|
|
} |
|
|
|
return realReceivePayStr; |
|
|
|
} |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "滞纳金", name = "latePayPrice") |
|
|
|
private Long latePayPrice; |
|
|
|
} |