Commit 2e40c4792617e30b4a1b4d94208ec2ac5139d578

Authored by yangfei
1 parent b5ceb88cf3

服务同步

Showing 2 changed files with 0 additions and 62 deletions

unnamed.patch View file @ 2e40c47
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 @ 2e40c47
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;