Commit ed4eaed440f6a3302271cb7b8f122d04b3217a28
1 parent
a0648c47f2
Exists in
master
and in
6 other branches
6789
Showing 1 changed file with 1 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/ErrorPatientEnums.java
View file @
ed4eaed
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | * 健康异常孕妇 |
| 5 | 5 | */ |
| 6 | 6 | public enum ErrorPatientEnums { |
| 7 | - PATIENT_WEIGHT(1, "体重"), TEMP(2, "体温"), BLOOD_PRESSURE(3, "血压"), BLOOD_SUGAR(4, "血糖"); | |
| 7 | + PATIENT_WEIGHT(6, "体重"), TEMP(7, "体温"), BLOOD_PRESSURE(8, "血压"), BLOOD_SUGAR(9, "血糖"); | |
| 8 | 8 | |
| 9 | 9 | private Integer id; |
| 10 | 10 | private String name; |