Commit a8099bae871b6f94a6c1fbee168b2ec773960b37

Authored by liquanyu
1 parent 6dd8b67608
Exists in master and in 1 other branch dev

update

Showing 1 changed file with 1 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/QbTypeEnums.java View file @ a8099ba
... ... @@ -14,7 +14,7 @@
14 14 */
15 15 public enum QbTypeEnums {
16 16  
17   - WXYC(1,"未异常"),TL(2,"脱落"),WTL(3,"未脱落"),YC(4,"异常");
  17 + WXYC(1,"未异常"),TL(2,"脱落"),WTL(3,"未脱落"),YC(4,"异常");
18 18  
19 19 private QbTypeEnums(int id, String name) {
20 20 this.id = id;