Browse Source

fix

release_toaliyun_real
winter 2 years ago
parent
commit
98b19d735c
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/domain/po/WxRentContract.java
  2. +2
    -2
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 2
- 2
mallinkService/src/main/java/com/iformall/domain/po/WxRentContract.java View File

@@ -293,7 +293,7 @@ public class WxRentContract extends TenantEntity {
@io.swagger.annotations.ApiModelProperty(value = "联营扣点调整比率(仅联营面积取高时用)", name = "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;

@io.swagger.annotations.ApiModelProperty(value = "支付比例", name = "payRatio")
@@ -370,7 +370,7 @@ public class WxRentContract extends TenantEntity {
@io.swagger.annotations.ApiModelProperty(value = "主体名称", name = "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;

@io.swagger.annotations.ApiModelProperty(value = "租金录入方式1合铺录入2分铺录入", name = "rent_input_way")


+ 2
- 2
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml View File

@@ -118,10 +118,10 @@

<result column="end_contract_time" jdbcType="TIMESTAMP" property="endContractTime"/>
<result column="bussiness_management_fee" jdbcType="INTEGER" property="bussinessManagementFee"/>
<result column="bussiness_management_fee" jdbcType="VARCHAR" property="bussinessManagementFee"/>
<result column="bussiness_management_fee_ratio_way" jdbcType="INTEGER" property="bussinessManagementFeeRatioWay"/>
<result column="bussiness_management_fee_ratio" jdbcType="VARCHAR" property="bussinessManagementFeeRatio"/>
<result column="operating_management_fee" jdbcType="INTEGER" property="operatingManagementFee"/>
<result column="operating_management_fee" jdbcType="VARCHAR" property="operatingManagementFee"/>
<result column="operating_management_fee_ratio_way" jdbcType="INTEGER" property="operatingManagementFeeRatioWay"/>
<result column="operating_management_fee_ratio" jdbcType="VARCHAR" property="operatingManagementFeeRatio"/>


Loading…
Cancel
Save