Explorar el Código

fix

release_toaliyun_real
winter hace 1 año
padre
commit
47fe9705f3
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. +7
    -0
      mallinkService/src/main/java/com/iformall/domain/po/WxRentContract.java

+ 7
- 0
mallinkService/src/main/java/com/iformall/domain/po/WxRentContract.java Ver fichero

@@ -162,6 +162,13 @@ public class WxRentContract extends TenantEntity {
private String createByName;
@io.swagger.annotations.ApiModelProperty(value = "计租面积", name = "rentArea")
private String rentArea;
@TableField(exist = false)
private String operationArea;
public String getOperationArea() {
operationArea = rentArea;
return operationArea;
}
@io.swagger.annotations.ApiModelProperty(value = "店铺编号串", name = "shopIdStr")
private String shopIdStr;
@io.swagger.annotations.ApiModelProperty(value = "上传文件名", name = "filename")


Cargando…
Cancelar
Guardar