类型变更

pull/371/head
wuyibo 2 years ago
parent 9a5f226419
commit b7cf3378ce

@ -81,7 +81,7 @@ public class WxBuildingInfo extends BaseEntity
/** 是否支持在线 */ /** 是否支持在线 */
@Excel(name = "支持在线") @Excel(name = "支持在线")
private Integer isSupportlive; private String isSupportlive;
/** 球馆状态 */ /** 球馆状态 */
@Excel(name = "球馆状态") @Excel(name = "球馆状态")
@ -246,12 +246,12 @@ public class WxBuildingInfo extends BaseEntity
{ {
return defaultPicture; return defaultPicture;
} }
public void setIsSupportlive(Integer isSupportlive) public void setIsSupportlive(String isSupportlive)
{ {
this.isSupportlive = isSupportlive; this.isSupportlive = isSupportlive;
} }
public Integer getIsSupportlive() public String getIsSupportlive()
{ {
return isSupportlive; return isSupportlive;
} }

Loading…
Cancel
Save