|
|
@@ -293,7 +293,7 @@ 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; |
|
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "计租周期 1日2月", name = "adjustPeriod") |
|
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "计租周期 1日2月3自然月EnumRentContractAdjustPeriod", name = "adjustPeriod") |
|
|
private Integer adjustPeriod; |
|
|
private Integer adjustPeriod; |
|
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "支付比例", name = "payRatio") |
|
|
@io.swagger.annotations.ApiModelProperty(value = "支付比例", name = "payRatio") |
|
|
@@ -370,7 +370,7 @@ public class WxRentContract extends TenantEntity { |
|
|
@io.swagger.annotations.ApiModelProperty(value = "主体名称", name = "subjectName") |
|
|
@io.swagger.annotations.ApiModelProperty(value = "主体名称", name = "subjectName") |
|
|
private String subjectName; |
|
|
private String subjectName; |
|
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "1按租赁日生产2按计租日生成账单", name = "rentStartType") |
|
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "1按租赁日生产2按计租日生成账单EnumRentStartType", name = "rentStartType") |
|
|
private Integer rentStartType; |
|
|
private Integer rentStartType; |
|
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "租金录入方式1合铺录入2分铺录入", name = "rent_input_way") |
|
|
@io.swagger.annotations.ApiModelProperty(value = "租金录入方式1合铺录入2分铺录入", name = "rent_input_way") |
|
|
|