Explorar el Código

fix

release_toaliyun_real
winter hace 1 año
padre
commit
4edc00df71
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      mallinkService/src/main/java/com/iformall/domain/po/WxPropertyContract.java

+ 3
- 0
mallinkService/src/main/java/com/iformall/domain/po/WxPropertyContract.java Ver fichero

@@ -187,6 +187,9 @@ public class WxPropertyContract extends TenantEntity {

@io.swagger.annotations.ApiModelProperty(value = "多径租赁单价(其他放rentInfo)", name = "priceUnit")
private String rentPrice;
@io.swagger.annotations.ApiModelProperty(value = "费用详细说明", name = "priceDetail")
private String priceDetail;

@io.swagger.annotations.ApiModelProperty(value = "主体名称", name = "subjectName")
private String subjectName;


Cargando…
Cancelar
Guardar