就餐模式切换携带tableId

This commit is contained in:
2024-09-27 10:27:30 +08:00
parent e55c1744ad
commit 5be2e74d81
2 changed files with 5 additions and 1 deletions

View File

@@ -15,4 +15,5 @@ public class ChoseModelDTO {
private List<Integer> cartIds;
@NotBlank
private String useType;
private String tableId;
}