This commit is contained in:
wangjinlei
2024-05-08 14:50:14 +08:00
parent e7909ba934
commit 9ff79cede2
11 changed files with 247 additions and 2 deletions

View File

@@ -25,6 +25,8 @@ public class CourseEntity {
private String image;
private String content;
private Date createTime;
@TableLogic

View File

@@ -48,6 +48,8 @@ public class ShopProductBookLabel implements Serializable {
@TableField(exist = false)
private List<ShopProductBookLabel> children;
@TableField(exist = false)
private boolean Select;
}

View File

@@ -48,6 +48,8 @@ public class ShopProductBookMarket implements Serializable {
@TableField(exist = false)
private List<ShopProductBookMarket> children;
@TableField(exist = false)
private boolean select;

View File

@@ -48,5 +48,7 @@ public class ShopProductMedicineLabel implements Serializable {
@TableField(exist = false)
private List<ShopProductMedicineLabel> children;
@TableField(exist = false)
private boolean select;
}

View File

@@ -48,5 +48,7 @@ public class ShopProductMedicineMarket implements Serializable {
@TableField(exist = false)
private List<ShopProductMedicineMarket> children;
@TableField(exist = false)
private boolean select;
}

View File

@@ -47,5 +47,7 @@ public class ShopProductSociologyLabel implements Serializable {
@TableField(exist = false)
private List<ShopProductSociologyLabel> children;
@TableField(exist = false)
private boolean select;
}

View File

@@ -47,5 +47,7 @@ public class ShopProductSociologyMarket implements Serializable {
@TableField(exist = false)
private List<ShopProductSociologyMarket> children;
@TableField(exist = false)
private boolean select;
}