转桌 全部商品

This commit is contained in:
2026-03-26 10:14:15 +08:00
parent e8731e1d4d
commit 82e40dc82a
2 changed files with 11 additions and 1 deletions

View File

@@ -29,4 +29,9 @@ public class MergeOrderDTO implements Serializable {
* 转台详情Id
*/
private List<Long> detailIds;
/**
* 是否全部商品转台 0:否 1:是
*/
private Integer allMerge;
}