|
|
|
@@ -198,7 +198,7 @@ public class WxRentContract implements Serializable { |
|
|
|
private Integer payRatio; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "营业额", name = "revenue") |
|
|
|
private Integer revenue; |
|
|
|
private Long revenue; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "起租开始时间", name = "rentalStartDate") |
|
|
|
private Date startDate; |
|
|
|
@@ -550,11 +550,11 @@ public class WxRentContract implements Serializable { |
|
|
|
this.payRatio = payRatio; |
|
|
|
} |
|
|
|
|
|
|
|
public Integer getRevenue() { |
|
|
|
public Long getRevenue() { |
|
|
|
return revenue; |
|
|
|
} |
|
|
|
|
|
|
|
public void setRevenue(Integer revenue) { |
|
|
|
public void setRevenue(Long revenue) { |
|
|
|
this.revenue = revenue; |
|
|
|
} |
|
|
|
|
|
|
|
|