jiangyouyao
2022-04-06 556aca9f39838c5a7e72ac86ac64f42f923c5a2a
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;
   }