Commit e32ff84a0697f8da62dbaf509b5d9d23528a7dc8

Authored by yangfei
1 parent d79cb017ff

妇科检查

Showing 1 changed file with 8 additions and 8 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/GestaMonthEnums.java View file @ e32ff84
... ... @@ -6,15 +6,15 @@
6 6 * @discription 分娩月份
7 7 */
8 8 public enum GestaMonthEnums {
9   - OM("1月", 1),
10   - TM("2月", 2),
11   - TRM("3月", 3),
12   - FM("4月", 4),
13   - FIM("5月", 5),
14   - SM("6月", 6),
15   - SEM("7月", 7),
  9 + ZM("足月", 9),
16 10 EM("8月", 8),
17   - ZM("足月", 9);
  11 + SEM("7月", 7),
  12 + SM("6月", 6),
  13 + FIM("5月", 5),
  14 + FM("4月", 4),
  15 + TRM("3月", 3),
  16 + TM("2月", 2),
  17 + OM("1月", 1);
18 18 GestaMonthEnums(String name, int value) {
19 19 this.name = name;
20 20 this.value = value;