修改接口支持打包赠送

This commit is contained in:
2024-10-15 14:07:01 +08:00
parent 5e8e6661b9
commit 1a8a15193e
2 changed files with 8 additions and 2 deletions

View File

@@ -20,5 +20,7 @@ public class UpdateCartDTO {
@Min(0)
private Integer num;
private String note;
private boolean isPack;
private boolean isGift;
}