|
@@ -112,9 +112,6 @@ public class AppCourses implements Serializable {
|
|
|
@Excel(name = "上架状态;0上架 1下架", width = 15)
|
|
|
@Schema(description = "上架状态;0上架 1下架")
|
|
|
private java.lang.Integer rackingStatus;
|
|
|
- @Excel(name = "库存", width = 15)
|
|
|
- @Schema(description = "库存")
|
|
|
- private java.lang.Integer inventory;
|
|
|
/**视频*/
|
|
|
@Excel(name = "视频", width = 15)
|
|
|
@Schema(description = "视频")
|