admin
2021-04-30 4e4af90184f5fa5b40d87e2d08d9192bfd237ef0
fanli/src/main/java/com/yeshi/fanli/exception/msg/UserSystemMsgException.java
@@ -1,16 +1,16 @@
package com.yeshi.fanli.exception.msg;
import com.yeshi.fanli.exception.BaseException;
public class UserSystemMsgException extends BaseException {
   private static final long serialVersionUID = 1L;
   public UserSystemMsgException(int code, String msg) {
      super(code, msg);
   }
   public UserSystemMsgException() {
      super();
   }
}
package com.yeshi.fanli.exception.msg;
import com.yeshi.fanli.exception.BaseException;
public class UserSystemMsgException extends BaseException {
   private static final long serialVersionUID = 1L;
   public UserSystemMsgException(int code, String msg) {
      super(code, msg);
   }
   public UserSystemMsgException() {
      super();
   }
}