场馆停用bug修复
This commit is contained in:
@@ -188,6 +188,16 @@ public class VenueDTO implements Serializable {
|
||||
*/
|
||||
private Integer enterFlag;
|
||||
|
||||
private Integer status;
|
||||
|
||||
public Integer getStatus() {
|
||||
return status;
|
||||
}
|
||||
|
||||
public void setStatus(Integer status) {
|
||||
this.status = status;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user