1.代客下单 选择会员fix
This commit is contained in:
@@ -2,7 +2,7 @@ package cn.ysk.cashier.enums;
|
||||
|
||||
public enum TableStateEnum {
|
||||
IDLE("idle"),
|
||||
CLOSED("closed"), PAYING("paying");
|
||||
CLOSED("closed"), PAYING("paying"), PENDING("pending");
|
||||
private String state = "closed";
|
||||
|
||||
TableStateEnum(String state) {
|
||||
|
||||
Reference in New Issue
Block a user