|
|
|
@@ -36,9 +36,10 @@ public class WxBillRent implements Serializable { |
|
|
|
public void setIds(List<Long> ids) { |
|
|
|
this.ids = ids; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient |
|
|
|
private String merchantName; |
|
|
|
|
|
|
|
/*租金合同ID**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="租金合同ID",name="rentContractId") |
|
|
|
private Long rentContractId; |
|
|
|
@@ -89,6 +90,14 @@ public class WxBillRent implements Serializable { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="更新时间",name="updatetime") |
|
|
|
private Date updatetime; |
|
|
|
|
|
|
|
public String getMerchantName() { |
|
|
|
return merchantName; |
|
|
|
} |
|
|
|
|
|
|
|
public void setMerchantName(String merchantName) { |
|
|
|
this.merchantName = merchantName; |
|
|
|
} |
|
|
|
|
|
|
|
public Long getRentContractId() { |
|
|
|
return rentContractId; |
|
|
|
} |
|
|
|
|