Commit 72bcd54d996f1f65c7dd5d99eaa8d33459025ed7
1 parent
d52ac2086c
Exists in
master
and in
6 other branches
访视
Showing 1 changed file with 2 additions and 12 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/ChildCareEnums.java
View file @
72bcd54
... | ... | @@ -99,18 +99,8 @@ |
99 | 99 | R10(70, "70月龄"), |
100 | 100 | R11(71, "71月龄"), |
101 | 101 | |
102 | - S(72, "6岁"), | |
103 | - S1(73, "73月龄"), | |
104 | - S2(74, "74月龄"), | |
105 | - S3(75, "75月龄"), | |
106 | - S4(76, "76月龄"), | |
107 | - S5(77, "77月龄"), | |
108 | - S6(78, "78月龄"), | |
109 | - S7(79, "79月龄"), | |
110 | - S8(80, "80月龄"), | |
111 | - S9(81, "81月龄"), | |
112 | - S10(82, "82月龄"), | |
113 | - S11(83, "83月龄"); | |
102 | + S(72, "6岁"); | |
103 | + | |
114 | 104 | |
115 | 105 | private int id; |
116 | 106 | private String name; |