admin
2024-04-26 5e7b0ed4a154ad067cbcf4aa1a1c7cce32f9864c
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();
   }
}