Commit f32372abc596b98b2bb43945a435f31da49c32e9
1 parent
e32ff84a06
Exists in
master
and in
6 other branches
聊城妇幼产检增加字段
Showing 1 changed file with 8 additions and 8 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/GestaMonthEnums.java
View file @
f32372a
... | ... | @@ -6,15 +6,15 @@ |
6 | 6 | * @discription 分娩月份 |
7 | 7 | */ |
8 | 8 | public enum GestaMonthEnums { |
9 | - ZM("足月", 9), | |
10 | - EM("8月", 8), | |
11 | - SEM("7月", 7), | |
12 | - SM("6月", 6), | |
13 | - FIM("5月", 5), | |
14 | - FM("4月", 4), | |
15 | - TRM("3月", 3), | |
9 | + OM("1月", 1), | |
16 | 10 | TM("2月", 2), |
17 | - OM("1月", 1); | |
11 | + TRM("3月", 3), | |
12 | + FM("4月", 4), | |
13 | + FIM("5月", 5), | |
14 | + SM("6月", 6), | |
15 | + SEM("7月", 7), | |
16 | + EM("8月", 8), | |
17 | + ZM("足月", 9); | |
18 | 18 | GestaMonthEnums(String name, int value) { |
19 | 19 | this.name = name; |
20 | 20 | this.value = value; |