|
|
@@ -310,9 +310,6 @@ public class WxRentContract extends TenantEntity { |
|
|
@io.swagger.annotations.ApiModelProperty(value = "联营扣点比率", name = "payRatio") |
|
|
@io.swagger.annotations.ApiModelProperty(value = "联营扣点比率", name = "payRatio") |
|
|
private String payRatio; |
|
|
private String payRatio; |
|
|
|
|
|
|
|
|
// @io.swagger.annotations.ApiModelProperty(value = "联营扣点跳点设置", name = "busDiscountRatio") |
|
|
|
|
|
// private String busDiscountRatio; |
|
|
|
|
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "保底营业额", name = "revenue") |
|
|
@io.swagger.annotations.ApiModelProperty(value = "保底营业额", name = "revenue") |
|
|
private String revenue; |
|
|
private String revenue; |
|
|
|
|
|
|
|
|
@@ -492,6 +489,7 @@ public class WxRentContract extends TenantEntity { |
|
|
@io.swagger.annotations.ApiModelProperty(value = "合同类型", name = "contractType") |
|
|
@io.swagger.annotations.ApiModelProperty(value = "合同类型", name = "contractType") |
|
|
private Integer contractType; |
|
|
private Integer contractType; |
|
|
|
|
|
|
|
|
|
|
|
//联营扣点跳点设置 |
|
|
@TableField(exist = false) |
|
|
@TableField(exist = false) |
|
|
private List<WxRentContractRevenueJump> revenueJumps; |
|
|
private List<WxRentContractRevenueJump> revenueJumps; |
|
|
@io.swagger.annotations.ApiModelProperty(value = "联营跳点设置说明", name = "revenueJumpsRemark") |
|
|
@io.swagger.annotations.ApiModelProperty(value = "联营跳点设置说明", name = "revenueJumpsRemark") |
|
|
|