|
|
|
@@ -176,7 +176,6 @@ public class WxBillRent extends BaseEntity { |
|
|
|
@Transient |
|
|
|
private Long deposit; |
|
|
|
|
|
|
|
@Transient |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "联营费率", name = "payRatio") |
|
|
|
private Long payRatio; |
|
|
|
|
|
|
|
@@ -185,7 +184,6 @@ public class WxBillRent extends BaseEntity { |
|
|
|
@Transient |
|
|
|
private Integer limitEnd; |
|
|
|
|
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "n日后开始计算滞纳金", name = "latePayRatio") |
|
|
|
@Transient |
|
|
|
private Integer latePayDay; |
|
|
|
@@ -194,5 +192,5 @@ public class WxBillRent extends BaseEntity { |
|
|
|
private String latePayMoneyBefore; |
|
|
|
@Transient |
|
|
|
private String latePayMoneyUpdate; |
|
|
|
|
|
|
|
|
|
|
|
} |