|
|
|
@@ -1,6 +1,8 @@ |
|
|
|
package com.iformall.domain.po; |
|
|
|
|
|
|
|
import cn.afterturn.easypoi.excel.annotation.Excel; |
|
|
|
import com.iformall.common.SortColumn; |
|
|
|
|
|
|
|
import javax.persistence.Id; |
|
|
|
import javax.persistence.Table; |
|
|
|
import javax.persistence.Transient; |
|
|
|
@@ -40,7 +42,11 @@ public class WxShop extends BaseEntity { |
|
|
|
|
|
|
|
@Transient |
|
|
|
private String linkPhone; |
|
|
|
|
|
|
|
@Override |
|
|
|
public String getSortColumns() { |
|
|
|
super.setSortColumns(this.sortColumns); |
|
|
|
return super.getSortColumns(); |
|
|
|
} |
|
|
|
|
|
|
|
/*租户ID**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="租户ID",name="tenantId") |
|
|
|
@@ -57,6 +63,7 @@ public class WxShop extends BaseEntity { |
|
|
|
/*建筑面积**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="建筑面积",name="buildArea") |
|
|
|
@Excel(name="建筑面积(㎡)",width = 20,orderNum = "5") |
|
|
|
@SortColumn(column = "buildArea") |
|
|
|
private String buildArea; |
|
|
|
/*经营面积**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="经营面积",name="operationArea") |
|
|
|
|