场馆停用bug修复

This commit is contained in:
2023-10-10 17:00:51 +08:00
parent e6ba753bb1
commit 0e20c090ab
3 changed files with 19 additions and 1 deletions

View File

@@ -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;
}
/**
* 设置
*