|
|
|
@@ -236,7 +236,7 @@ public class WxRentContract extends BaseEntity { |
|
|
|
private String busDiscountRatio; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "联营扣点-时间范围 1年2月3周期", name = "busDiscountTime") |
|
|
|
private String busDiscountTime; |
|
|
|
private Integer busDiscountTime; |
|
|
|
|
|
|
|
public void setAdjustPeriodHandle() { |
|
|
|
if(EnumPriceUnit.D.getCode().equals(this.getPriceUnit()) && EnumRentContractAdjustPeriod.ADJUST_PERIOD_MONTH.getCode().equals(adjustPeriod)){ |
|
|
|
|