feat: 1.临时菜接口 2.购物车数量字段修改为decimal类型
This commit is contained in:
@@ -51,7 +51,7 @@ public interface TableConstant {
|
||||
public enum UseType {
|
||||
TAKEOUT("takeout"),
|
||||
DINE_IN_AFTER("dine-in-after"),
|
||||
DINE_IN_BEFORE("dine-in-before");
|
||||
DINE_IN_BEFORE("dine-in-before"), NONE_TABLE("dine-in");
|
||||
private final String value;
|
||||
|
||||
UseType(String value) {
|
||||
|
||||
Reference in New Issue
Block a user