Commit a5e216a811be1e14566fc3a88a11d0f806f0c0f7
1 parent
a678c0e3a1
Exists in
master
and in
1 other branch
增值服务同步
Showing 2 changed files with 2 additions and 3 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/DiseaseTypeEnums.java
View file @
a5e216a
| ... | ... | @@ -11,9 +11,9 @@ |
| 11 | 11 | * @discription |
| 12 | 12 | */ |
| 13 | 13 | public enum DiseaseTypeEnums { |
| 14 | - YIGAN("yg","乙肝"), | |
| 14 | + YIGAN("yg","乙肝五项"), | |
| 15 | 15 | BINGGAN("bg","丙肝"), |
| 16 | - MEIDU("md","梅毒"); | |
| 16 | + MEIDU("md","梅毒血清实验"); | |
| 17 | 17 | |
| 18 | 18 | private DiseaseTypeEnums(String id, String name){ |
| 19 | 19 | this.name=name; |