Commit b5ceb88cf3c947ded831c43b2a4c2ce06491f1f6

Authored by yangfei
1 parent b237bf8ea3

服务同步

Showing 2 changed files with 62 additions and 0 deletions

unnamed.patch View file @ b5ceb88
  1 +Index: platform-common/src/main/java/com/lyms/platform/common/enums/GestaMonthEnums.java
  2 +IDEA additional info:
  3 +Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
  4 +<+>UTF-8
  5 +===================================================================
  6 +--- platform-common/src/main/java/com/lyms/platform/common/enums/GestaMonthEnums.java (revision e32ff84a0697f8da62dbaf509b5d9d23528a7dc8)
  7 ++++ platform-common/src/main/java/com/lyms/platform/common/enums/GestaMonthEnums.java (revision )
  8 +@@ -6,15 +6,15 @@
  9 + * @discription 分娩月份
  10 + */
  11 + public enum GestaMonthEnums {
  12 +- ZM("足月", 9),
  13 +- EM("8月", 8),
  14 +- SEM("7月", 7),
  15 +- SM("6月", 6),
  16 +- FIM("5月", 5),
  17 +- FM("4月", 4),
  18 +- TRM("3月", 3),
  19 ++ OM("1月", 1),
  20 + TM("2月", 2),
  21 +- OM("1月", 1);
  22 ++ TRM("3月", 3),
  23 ++ FM("4月", 4),
  24 ++ FIM("5月", 5),
  25 ++ SM("6月", 6),
  26 ++ SEM("7月", 7),
  27 ++ EM("8月", 8),
  28 ++ ZM("足月", 9);
  29 + GestaMonthEnums(String name, int value) {
  30 + this.name = name;
  31 + this.value = value;
unnamed1.patch View file @ b5ceb88
  1 +Index: platform-common/src/main/java/com/lyms/platform/common/enums/GestaMonthEnums.java
  2 +IDEA additional info:
  3 +Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
  4 +<+>UTF-8
  5 +===================================================================
  6 +--- platform-common/src/main/java/com/lyms/platform/common/enums/GestaMonthEnums.java (revision e32ff84a0697f8da62dbaf509b5d9d23528a7dc8)
  7 ++++ platform-common/src/main/java/com/lyms/platform/common/enums/GestaMonthEnums.java (revision )
  8 +@@ -6,15 +6,15 @@
  9 + * @discription 分娩月份
  10 + */
  11 + public enum GestaMonthEnums {
  12 +- ZM("足月", 9),
  13 +- EM("8月", 8),
  14 +- SEM("7月", 7),
  15 +- SM("6月", 6),
  16 +- FIM("5月", 5),
  17 +- FM("4月", 4),
  18 +- TRM("3月", 3),
  19 ++ OM("1月", 1),
  20 + TM("2月", 2),
  21 +- OM("1月", 1);
  22 ++ TRM("3月", 3),
  23 ++ FM("4月", 4),
  24 ++ FIM("5月", 5),
  25 ++ SM("6月", 6),
  26 ++ SEM("7月", 7),
  27 ++ EM("8月", 8),
  28 ++ ZM("足月", 9);
  29 + GestaMonthEnums(String name, int value) {
  30 + this.name = name;
  31 + this.value = value;