Browse Source

fix

release_toaliyun_real
winter 1 year ago
parent
commit
4edc00df71
1 changed files with 3 additions and 0 deletions
  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 View File

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


Loading…
Cancel
Save