From 2e40c4792617e30b4a1b4d94208ec2ac5139d578 Mon Sep 17 00:00:00 2001 From: yangfei Date: Wed, 27 Dec 2017 17:44:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unnamed.patch | 31 ------------------------------- unnamed1.patch | 31 ------------------------------- 2 files changed, 62 deletions(-) delete mode 100644 unnamed.patch delete mode 100644 unnamed1.patch diff --git a/unnamed.patch b/unnamed.patch deleted file mode 100644 index a18cde1..0000000 --- a/unnamed.patch +++ /dev/null @@ -1,31 +0,0 @@ -Index: platform-common/src/main/java/com/lyms/platform/common/enums/GestaMonthEnums.java -IDEA additional info: -Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP -<+>UTF-8 -=================================================================== ---- platform-common/src/main/java/com/lyms/platform/common/enums/GestaMonthEnums.java (revision e32ff84a0697f8da62dbaf509b5d9d23528a7dc8) -+++ platform-common/src/main/java/com/lyms/platform/common/enums/GestaMonthEnums.java (revision ) -@@ -6,15 +6,15 @@ - * @discription 分娩月份 - */ - public enum GestaMonthEnums { -- ZM("足月", 9), -- EM("8月", 8), -- SEM("7月", 7), -- SM("6月", 6), -- FIM("5月", 5), -- FM("4月", 4), -- TRM("3月", 3), -+ OM("1月", 1), - TM("2月", 2), -- OM("1月", 1); -+ TRM("3月", 3), -+ FM("4月", 4), -+ FIM("5月", 5), -+ SM("6月", 6), -+ SEM("7月", 7), -+ EM("8月", 8), -+ ZM("足月", 9); - GestaMonthEnums(String name, int value) { - this.name = name; - this.value = value; diff --git a/unnamed1.patch b/unnamed1.patch deleted file mode 100644 index a18cde1..0000000 --- a/unnamed1.patch +++ /dev/null @@ -1,31 +0,0 @@ -Index: platform-common/src/main/java/com/lyms/platform/common/enums/GestaMonthEnums.java -IDEA additional info: -Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP -<+>UTF-8 -=================================================================== ---- platform-common/src/main/java/com/lyms/platform/common/enums/GestaMonthEnums.java (revision e32ff84a0697f8da62dbaf509b5d9d23528a7dc8) -+++ platform-common/src/main/java/com/lyms/platform/common/enums/GestaMonthEnums.java (revision ) -@@ -6,15 +6,15 @@ - * @discription 分娩月份 - */ - public enum GestaMonthEnums { -- ZM("足月", 9), -- EM("8月", 8), -- SEM("7月", 7), -- SM("6月", 6), -- FIM("5月", 5), -- FM("4月", 4), -- TRM("3月", 3), -+ OM("1月", 1), - TM("2月", 2), -- OM("1月", 1); -+ TRM("3月", 3), -+ FM("4月", 4), -+ FIM("5月", 5), -+ SM("6月", 6), -+ SEM("7月", 7), -+ EM("8月", 8), -+ ZM("足月", 9); - GestaMonthEnums(String name, int value) { - this.name = name; - this.value = value; -- 1.8.3.1