Commit 170ab1b4a80067eabcfd9fb13fb75c59eacb8b6b

Authored by litao@lymsh.com
1 parent 57832ecc74

改字段

Showing 1 changed file with 1 additions and 0 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/EyeHighRiskEnums.java View file @ 170ab1b
... ... @@ -15,6 +15,7 @@
15 15 THREE(3, "视网膜母细胞瘤"),
16 16 FOUR(4, "先天性小眼球"),
17 17 FIVE(5, "眼球震颤"),
  18 + SEVEN(7, "宫内感染"),
18 19 SIX(6, "其他");
19 20  
20 21 private Integer id;