1.代课下单支持赠送

This commit is contained in:
2024-08-13 09:02:44 +08:00
parent 66ae922dc4
commit 7f1c028fed
4 changed files with 13 additions and 9 deletions

View File

@@ -19,4 +19,5 @@ public class AddCartDTO {
@Min(0)
private Integer num;
private boolean isPack;
private boolean isGift;
}