打包赠送允许不传递值

This commit is contained in:
2024-10-16 15:11:53 +08:00
parent 483af5462d
commit 54acf2a0f5
2 changed files with 12 additions and 10 deletions

View File

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