admin
2021-05-14 ae2294be876ac4595d7b31b36c0057726d12354f
fanli/src/main/java/com/yeshi/fanli/exception/shop/BanLiShopGoodsClassException.java
@@ -1,17 +1,17 @@
package com.yeshi.fanli.exception.shop;
import com.yeshi.fanli.exception.BaseException;
public class BanLiShopGoodsClassException extends BaseException {
   private static final long serialVersionUID = 572112205824229000L;
   public BanLiShopGoodsClassException(int code, String msg) {
      super(code, msg);
   }
   public BanLiShopGoodsClassException() {
      super();
   }
}
package com.yeshi.fanli.exception.shop;
import com.yeshi.fanli.exception.BaseException;
public class BanLiShopGoodsClassException extends BaseException {
   private static final long serialVersionUID = 572112205824229000L;
   public BanLiShopGoodsClassException(int code, String msg) {
      super(code, msg);
   }
   public BanLiShopGoodsClassException() {
      super();
   }
}