姜友瑶
2022-05-05 0940d5f4527735be64f2151a2d95c8bf1dc4d64e
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;
   }