| | |
| | | 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;
|
| | |
|
| | | /**
|
| | |
| | | */
|
| | | 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;
|
| | |
|
| | | }
|