1.代客下单 添加购物车新增单品备注

This commit is contained in:
2024-09-12 14:38:45 +08:00
parent 5c2b995d1f
commit 0f9c370118
5 changed files with 22 additions and 10 deletions

View File

@@ -25,5 +25,5 @@ public class AddCartDTO {
private boolean isPack;
private boolean isGift;
private Integer cartId;
private String note;
}