分类
This commit is contained in:
@@ -18,6 +18,7 @@ public class BkTableVO {
|
||||
public static class TableVO {
|
||||
private Long tableId;
|
||||
private String tableName;
|
||||
private String tableStatus;
|
||||
private Integer tableUserNum;
|
||||
private List<BkOrder> bkOrders;
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@ public class KitchenFoodVO {
|
||||
record KitchenFoodItemVO(
|
||||
//员工名称
|
||||
Long orderId, String staffName,
|
||||
String tableName,String areaName,Long orderDetailId,
|
||||
String tableName,String areaName,Long orderDetailId,Long categoryId,String categoryName,
|
||||
//下单数 //菜品状态 待起菜 PENDING_PREP 待出菜 READY_TO_SERVE 已出菜 SENT_OUT 已上菜 DELIVERED
|
||||
Long num, String subStatus,
|
||||
//下单时间 起菜时间 出菜时间 上菜时间
|
||||
|
||||
Reference in New Issue
Block a user