prescript
This commit is contained in:
@@ -21,6 +21,9 @@ public class PrescriptCategoryEntity {
|
||||
@TableLogic
|
||||
private Integer delFlag;
|
||||
|
||||
@TableField(exist = false)
|
||||
private PrescriptCategoryEntity child;
|
||||
|
||||
@TableField(exist = false)
|
||||
private List<PrescriptCategoryEntity> children;
|
||||
|
||||
|
||||
@@ -40,4 +40,7 @@ public class PrescriptEntity {
|
||||
@TableField(exist = false)
|
||||
private List<String> imageList;
|
||||
|
||||
@TableField(exist = false)
|
||||
private PrescriptCategoryEntity prescriptCategoryEntity;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user