Browse Source

fix

release_toaliyun_real
winter 1 year ago
parent
commit
54094930f1
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      mallinkService/src/main/java/com/iformall/domain/vo/WxRentPropertyContractVo.java

+ 3
- 0
mallinkService/src/main/java/com/iformall/domain/vo/WxRentPropertyContractVo.java View File

@@ -88,6 +88,9 @@ public class WxRentPropertyContractVo extends TenantEntity {
@io.swagger.annotations.ApiModelProperty(value = "是否有工作流 1:有 0:无", name = "flowHas")
private Integer flowHas;
@io.swagger.annotations.ApiModelProperty(value = "费用详细", name = "priceDetail")
private String priceDetail;
private List<Long> merchantIds;
}


Loading…
Cancel
Save