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