admin
2021-04-28 a7454d8a6325566753358b37ffabfae2faa0ca7f
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();
   }
}