创建订单保存sendType

This commit is contained in:
2024-09-27 10:05:49 +08:00
parent cf9ff5c380
commit 19533f37b4
2 changed files with 5 additions and 1 deletions

View File

@@ -15,4 +15,5 @@ public class ShopEatTypeInfoDTO {
private String useType;
private Object shopId;
private String tableId;
private String sendType;
}