| @@ -91,6 +91,23 @@ public class WxRentPropertyContractVo extends TenantEntity { | |||||
| @io.swagger.annotations.ApiModelProperty(value = "费用详细", name = "priceDetail") | @io.swagger.annotations.ApiModelProperty(value = "费用详细", name = "priceDetail") | ||||
| private String priceDetail; | private String priceDetail; | ||||
| @io.swagger.annotations.ApiModelProperty(value = "每天价格计算规则EnumRentDayPriceCalcute", name = "dayPriceCalcute") | |||||
| private Integer dayPriceCalcute; | |||||
| @io.swagger.annotations.ApiModelProperty(value = "每月平均天数", name = "monthAverageDays") | |||||
| private Integer monthAverageDays; | |||||
| @io.swagger.annotations.ApiModelProperty(value = "联营扣点租金取高租金价格是否固定", name = "revenueFixedRentPrice") | |||||
| private Integer revenueFixedRentPrice; | |||||
| @io.swagger.annotations.ApiModelProperty(value = "联营扣点租金取高租金固定价格", name = "revenueRentPrice") | |||||
| private String revenueRentPrice; | |||||
| @io.swagger.annotations.ApiModelProperty(value = "联营跳点设置说明", name = "revenueJumpsRemark") | |||||
| private String revenueJumpsRemark; | |||||
| @io.swagger.annotations.ApiModelProperty(value = "免租期说明", name = "freePeriodRemark") | |||||
| private String freePeriodRemark; | |||||
| @io.swagger.annotations.ApiModelProperty(value = "首期账单开始时间", name = "firstBillDateStart") | |||||
| private Date firstBillDateStart; | |||||
| @io.swagger.annotations.ApiModelProperty(value = "首期账单结束时间", name = "firstBillDateEnd") | |||||
| private Date firstBillDateEnd; | |||||
| private List<Long> merchantIds; | private List<Long> merchantIds; | ||||
| } | } | ||||