admin
2024-10-16 62a447d89331aee1feae7724c7616aa1bb2cfe79
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();
   }
}