fix: 只选择餐位费不允许创建订单
This commit is contained in:
@@ -42,6 +42,9 @@ public interface TableConstant {
|
||||
Status(String value) {
|
||||
this.value = value;
|
||||
}
|
||||
public boolean equalsVals(String value) {
|
||||
return this.value.equals(value);
|
||||
}
|
||||
}
|
||||
|
||||
@Getter
|
||||
|
||||
Reference in New Issue
Block a user