获取清台配置信息

This commit is contained in:
张松
2025-11-11 10:27:44 +08:00
parent a9336ac17f
commit fd306f34dc
3 changed files with 26 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ public class ShopTableEditBatchDTO implements Serializable {
/**
* 自动清台时间 单位分钟 默认10
*/
private Integer clearTime;
private Integer autoClearTime;
}

View File

@@ -127,6 +127,7 @@ public class ShopTable implements Serializable {
private Integer useNum;
private Integer autoClear;
private Integer autoClearTime;
public boolean canUseByStatus() {
return !ShopTableStatusEnum.UNBOUND.equalsVal(status)