bug
This commit is contained in:
@@ -25,6 +25,8 @@ public class CourseEntity {
|
||||
|
||||
private String image;
|
||||
|
||||
private String content;
|
||||
|
||||
private Date createTime;
|
||||
|
||||
@TableLogic
|
||||
|
||||
@@ -48,6 +48,8 @@ public class ShopProductBookLabel implements Serializable {
|
||||
@TableField(exist = false)
|
||||
private List<ShopProductBookLabel> children;
|
||||
|
||||
@TableField(exist = false)
|
||||
private boolean Select;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -48,6 +48,8 @@ public class ShopProductBookMarket implements Serializable {
|
||||
|
||||
@TableField(exist = false)
|
||||
private List<ShopProductBookMarket> children;
|
||||
@TableField(exist = false)
|
||||
private boolean select;
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -48,5 +48,7 @@ public class ShopProductMedicineLabel implements Serializable {
|
||||
|
||||
@TableField(exist = false)
|
||||
private List<ShopProductMedicineLabel> children;
|
||||
@TableField(exist = false)
|
||||
private boolean select;
|
||||
|
||||
}
|
||||
|
||||
@@ -48,5 +48,7 @@ public class ShopProductMedicineMarket implements Serializable {
|
||||
|
||||
@TableField(exist = false)
|
||||
private List<ShopProductMedicineMarket> children;
|
||||
@TableField(exist = false)
|
||||
private boolean select;
|
||||
|
||||
}
|
||||
@@ -47,5 +47,7 @@ public class ShopProductSociologyLabel implements Serializable {
|
||||
|
||||
@TableField(exist = false)
|
||||
private List<ShopProductSociologyLabel> children;
|
||||
@TableField(exist = false)
|
||||
private boolean select;
|
||||
|
||||
}
|
||||
|
||||
@@ -47,5 +47,7 @@ public class ShopProductSociologyMarket implements Serializable {
|
||||
|
||||
@TableField(exist = false)
|
||||
private List<ShopProductSociologyMarket> children;
|
||||
@TableField(exist = false)
|
||||
private boolean select;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user