|
|
@@ -301,6 +301,11 @@ public class WxRentContract extends TenantEntity { |
|
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "联营扣点调整比率", name = "revenueRatioSet") |
|
|
@io.swagger.annotations.ApiModelProperty(value = "联营扣点调整比率", name = "revenueRatioSet") |
|
|
private String revenueRatioSet; |
|
|
private String revenueRatioSet; |
|
|
|
|
|
@TableField(exist = false) |
|
|
|
|
|
private String revenueYear; |
|
|
|
|
|
public String getRevenueYear() { |
|
|
|
|
|
return revenueRatioSet; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "计租周期 1日2月3自然月EnumRentContractAdjustPeriod", name = "adjustPeriod") |
|
|
@io.swagger.annotations.ApiModelProperty(value = "计租周期 1日2月3自然月EnumRentContractAdjustPeriod", name = "adjustPeriod") |
|
|
private Integer adjustPeriod; |
|
|
private Integer adjustPeriod; |
|
|
|