Commit 8e56b357 by songxiang

好了一个文件没有提

parent f7ba0362
......@@ -88,6 +88,11 @@ public class BizException extends RuntimeException {
public static final BizException PARAM_DELETION = new BizException(90040012, "参数缺失~!");
/**
* 参数为null
*/
public static final BizException PARAM_IS_NULL = new BizException(90040013, "param is null");
/**
* 异常信息
*/
protected String msg;
......
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