分批次10集购买需求

This commit is contained in:
谭凯凯
2024-12-23 15:09:57 +08:00
committed by Tankaikai
parent 9dff41383f
commit 73c0510211
5 changed files with 189 additions and 15 deletions

View File

@@ -49,6 +49,11 @@ public class Course implements Serializable {
*/
private BigDecimal price;
/**
* 10集购买价格
*/
private BigDecimal wholesalePrice;
/**
* 上下架 1上架 2下架
*/