xiaoyong931011
2022-03-28 063d2e89cfa0738eb4d7f94c91583a1891d2a1d1
zq-erp/src/main/java/com/matrix/core/exception/GlobleException.java
@@ -63,6 +63,10 @@
      return message;
   }
   public static RuntimeException instance(String msg) {
      return  new GlobleException(msg);
   }
   public String getErrorCode() {
      return errorCode;
   }