admin
2025-02-25 30d8e227e8d823b6c38c3b9c90ac2df03b63befe
fanli/src/main/java/com/yeshi/fanli/exception/shop/BanLiShopGoodsException.java
@@ -1,17 +1,17 @@
package com.yeshi.fanli.exception.shop;
import com.yeshi.fanli.exception.BaseException;
public class BanLiShopGoodsException extends BaseException {
   private static final long serialVersionUID = 572112205824229000L;
   public BanLiShopGoodsException(int code, String msg) {
      super(code, msg);
   }
   public BanLiShopGoodsException() {
      super();
   }
}
package com.yeshi.fanli.exception.shop;
import com.yeshi.fanli.exception.BaseException;
public class BanLiShopGoodsException extends BaseException {
   private static final long serialVersionUID = 572112205824229000L;
   public BanLiShopGoodsException(int code, String msg) {
      super(code, msg);
   }
   public BanLiShopGoodsException() {
      super();
   }
}