|
|
|
@@ -71,11 +71,18 @@ public class WxRentContractAgileUnDepositItem extends TenantEntity { |
|
|
|
|
|
|
|
@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="isFree") |
|
|
|
private Integer isFather; |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
private String shopNumber; |
|
|
|
|
|
|
|
|
|
|
|
} |