获取清台配置信息
This commit is contained in:
@@ -30,7 +30,7 @@ public class ShopTableEditBatchDTO implements Serializable {
|
||||
/**
|
||||
* 自动清台时间 单位分钟 默认10
|
||||
*/
|
||||
private Integer clearTime;
|
||||
private Integer autoClearTime;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user