Commit 99960763 authored by yanzg's avatar yanzg

表结构修改

parent 342bad8a
......@@ -116,6 +116,16 @@ public class YzgError {
callback.accept(ERROR);
}
/**
* 抛出异常
*
* @param code 错误码
* @return 异常信息
*/
public static String getFullCode(String code) {
return ERROR.getFullCode(code);
}
/**
* 抛出异常
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment