中医经典

This commit is contained in:
wuchunlei
2023-12-20 09:46:26 +08:00
parent 229ce39c5e
commit fafa2ecc73
2 changed files with 17 additions and 0 deletions

View File

@@ -65,6 +65,10 @@ public class BookEntity implements Serializable {
* 类型
*/
private String type;
/**
* 图书类型 0普通 1古籍
*/
private Integer bookType;
/**
* 价格
*/