图书类型 中医经典 中医基础 各家学说 中医临床 文学 哲学

This commit is contained in:
wuchunlei
2024-01-09 15:10:48 +08:00
parent 27e11c968e
commit be33a443dc
3 changed files with 61 additions and 15 deletions

View File

@@ -190,5 +190,11 @@ public class BookEntity implements Serializable {
private Integer clockIn;
/**
* 图书类型 中医经典 中医基础 各家学说 中医临床 文学 哲学
*/
@TableField(exist = false)
private String medicaldesBookType;
}