yujian
2020-05-09 7e7db2fa55a9a3af46d4fd8ede0dee147f101d64
fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetPayService.java
@@ -3,6 +3,7 @@
import java.util.List;
import com.yeshi.fanli.entity.shop.BanLiShopGoodsSetsPay;
import com.yeshi.fanli.exception.shop.BanLiShopGoodsSetException;
import com.yeshi.fanli.exception.shop.BanLiShopGoodsSetPayException;
/**
@@ -65,4 +66,23 @@
    */
   public void deleteByPrimaryKey(Long id);
   /**
    * 查询表
    * @param page
    * @param pageSize
    * @param key
    * @param payType
    * @return
    */
   public List<BanLiShopGoodsSetsPay> listQuery(int page, int pageSize, String key, Integer payType, Long setId);
   public long countQuery(String key, Integer payType, Long setId);
   /**
    * 后台编辑
    * @param record
    * @throws BanLiShopGoodsSetException
    */
   public void saveObject(BanLiShopGoodsSetsPay record) throws BanLiShopGoodsSetPayException;
}