|
|
|
@@ -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") |
|
|
|
|