Commit a06d6036b6208c05f5e6d6f9c7a1b213ee985cec

Authored by liquanyu
1 parent 24b23be6cf
Exists in master and in 1 other branch dev

update

Showing 1 changed file with 2 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/JoinEnums.java View file @ a06d603
... ... @@ -12,7 +12,8 @@
12 12 O1("未衔接", "2"),
13 13 O5("固定", "5"),
14 14 O6("半固定", "6"),
15   - O4("浮", "4")/*,
  15 + O4("浮", "4"),
  16 + O7("-", "7")/*,
16 17 O2("衔接", "3")*/;
17 18  
18 19 public static String getTitle(String id){