Browse Source

managew 产品

master
chenchaod 3 weeks ago
parent
commit
df7f86eb5c

+ 1
- 1
zhywpt-app-managew/src/main/java/cn/com/taiji/managew/dto/product/product/ProductDetailResponseDTO.java View File

@@ -103,7 +103,7 @@ public class ProductDetailResponseDTO {
private Long amount;//办理费总金额

@ApiModelProperty(value = "欠费月收比例")
private Integer monthlyRate;
private Double monthlyRate;

@ApiModelProperty(value = "是否支付true是false否")
private Boolean needPay;

Loading…
Cancel
Save