935090232@qq.com
2022-01-11 2f3fa592eb9d8edd9b4af8cdecbf1e2e6e5fc016
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;
   }