|
|
|
@@ -39,9 +39,10 @@ public class WxBillDeposit 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; |
|
|
|
@@ -187,7 +188,13 @@ public class WxBillDeposit implements Serializable { |
|
|
|
updatetime = _updatetime; |
|
|
|
} |
|
|
|
|
|
|
|
public String getMerchantName() { |
|
|
|
return merchantName; |
|
|
|
} |
|
|
|
|
|
|
|
public void setMerchantName(String merchantName) { |
|
|
|
this.merchantName = merchantName; |
|
|
|
} |
|
|
|
|
|
|
|
public static enum Field |
|
|
|
{ |
|
|
|
|