Commit 860bf3b9dd70ea28d7ea5c16cf7231c74cfa05a3
1 parent
7b17e1e9de
Exists in
master
and in
6 other branches
1
Showing 1 changed file with 1 additions and 1 deletions
platform-dal/src/main/java/com/lyms/platform/beans/SerialIdEnum.java
View file @
860bf3b
| ... | ... | @@ -59,7 +59,7 @@ |
| 59 | 59 | PatientWeight("PatientWeight", 97531000111L), |
| 60 | 60 | BloodPressure("BloodPressure", 97531333111L), |
| 61 | 61 | BloodSugar("BloodSugar", 97111333111L), |
| 62 | - TempModel("Temp", 97111333112L), | |
| 62 | + TempModel("TempModel", 97111333112L), | |
| 63 | 63 | last("last", 97531009990L); |
| 64 | 64 | private String cname; |
| 65 | 65 | private Long cid; |