Commit ec8a98aa8c6f43129f38b0c09916c8a6fde606ce
1 parent
8987ca33dd
Exists in
master
and in
1 other branch
update
Showing 1 changed file with 7 additions and 0 deletions
talkonlineweb/src/main/java/com/lyms/talkonlineweb/domain/ArticleInfo.java
View file @
ec8a98a
... | ... | @@ -145,6 +145,13 @@ |
145 | 145 | private static final long serialVersionUID = 1L; |
146 | 146 | |
147 | 147 | /** |
148 | + * 文章类型,推送文章按类别依次推送1-12 | |
149 | + * 1.治疗2.护理3.病因4.预防5.症状6.相关问题7.好发人群8.分型9.检查10.并发症11.鉴别12.定义 | |
150 | + */ | |
151 | + @TableField(value = "article_type") | |
152 | + private Integer articleType; | |
153 | + | |
154 | + /** | |
148 | 155 | * 每个疾病文章的序号(1-100) |
149 | 156 | */ |
150 | 157 | @TableField(value = "serial_number") |