Commit 12a7970360f3ffd0ff02f979e6055b7e05c100fe
1 parent
b216d1f36b
Exists in
master
and in
8 other branches
修改衔接
Showing 1 changed file with 3 additions and 3 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/JoinEnums.java
View file @
12a7970
... | ... | @@ -6,9 +6,9 @@ |
6 | 6 | * Created by Administrator on 2016/6/21 0021. |
7 | 7 | */ |
8 | 8 | public enum JoinEnums { |
9 | - O("浮", "1"), | |
10 | - O1("浅定", "2"), | |
11 | - O2("衔接", "3"); | |
9 | + O("已衔接", "1"), | |
10 | + O1("未衔接", "2")/*, | |
11 | + O2("衔接", "3")*/; | |
12 | 12 | |
13 | 13 | private JoinEnums(String name, String id) { |
14 | 14 | this.name = name; |