|
|
|
@@ -101,7 +101,7 @@ public class WxBillRent extends TenantEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "合同应收明细", name = "rentPriceInfo") |
|
|
|
private String rentPriceInfo; |
|
|
|
|
|
|
|
@Excel(name = "原合同应收金额明细", width = 20, orderNum = "7") |
|
|
|
@Excel(name = "原合同应收金额明细", width = 20, height = 30, orderNum = "7") |
|
|
|
@TableField(exist = false) |
|
|
|
private String rentPriceInfoStr; |
|
|
|
public String getRentPriceInfoStr() { |
|
|
|
|