Explorar el Código

fix

release_toaliyun_real
winter hace 1 año
padre
commit
54094930f1
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 Ver fichero

@@ -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;
}


Cargando…
Cancelar
Guardar