winter 1 год назад
Родитель
Сommit
54094930f1
1 измененных файлов: 3 добавлений и 0 удалений
  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 Просмотреть файл

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



Загрузка…
Отмена
Сохранить