admin
2023-07-24 24587fd1b4af52469d1e122d2a495eea79d6865e
fanli/src/main/java/com/yeshi/fanli/exception/push/PushGoodsException.java
@@ -1,16 +1,16 @@
package com.yeshi.fanli.exception.push;
import com.yeshi.fanli.exception.BaseException;
public class PushGoodsException extends BaseException {
   private static final long serialVersionUID = 1L;
   public PushGoodsException(int code, String msg) {
      super(code, msg);
   }
   public PushGoodsException() {
      super();
   }
}
package com.yeshi.fanli.exception.push;
import com.yeshi.fanli.exception.BaseException;
public class PushGoodsException extends BaseException {
   private static final long serialVersionUID = 1L;
   public PushGoodsException(int code, String msg) {
      super(code, msg);
   }
   public PushGoodsException() {
      super();
   }
}