Helius
2021-11-01 110a99baa82a748bee993ad01ca03370c9dc0cf2
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;
   }