mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 11:51:55 +08:00
修改对象类型
This commit is contained in:
@@ -81,7 +81,7 @@ public class WxBuildingInfo extends BaseEntity
|
||||
|
||||
/** 是否支持在线 */
|
||||
@Excel(name = "支持在线")
|
||||
private String isSupportlive;
|
||||
private Boolean isSupportlive;
|
||||
|
||||
/** 球馆状态 */
|
||||
@Excel(name = "球馆状态")
|
||||
@@ -246,12 +246,12 @@ public class WxBuildingInfo extends BaseEntity
|
||||
{
|
||||
return defaultPicture;
|
||||
}
|
||||
public void setIsSupportlive(String isSupportlive)
|
||||
public void setIsSupportlive(Boolean isSupportlive)
|
||||
{
|
||||
this.isSupportlive = isSupportlive;
|
||||
}
|
||||
|
||||
public String getIsSupportlive()
|
||||
public Boolean getIsSupportlive()
|
||||
{
|
||||
return isSupportlive;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user