|
|
|
@@ -3,6 +3,7 @@ package com.iformall.domain.vo; |
|
|
|
import cn.afterturn.easypoi.excel.annotation.Excel; |
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
import javax.persistence.Transient; |
|
|
|
import java.math.BigDecimal; |
|
|
|
import java.util.Date; |
|
|
|
|
|
|
|
@@ -74,6 +75,9 @@ public class WxBillAllVo { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "更新时间", name = "updatetime") |
|
|
|
private Date updatetime; |
|
|
|
|
|
|
|
@Transient |
|
|
|
private Integer freeze; |
|
|
|
|
|
|
|
public String getReceivePayStr() { |
|
|
|
if(getReceivePay()!=null) { |
|
|
|
receivePayStr = new BigDecimal(getReceivePay()).divide(new BigDecimal(100)).toString(); |
|
|
|
|