| | |
| | | * @author zhibing.pu |
| | | * @date 2023/6/24 11:26 |
| | | */ |
| | | public interface ICouponService extends IService<Coupon>{ |
| | | public interface ICouponService extends IService<Coupon> { |
| | | |
| | | |
| | | /** |
| | | * 获取购买会员支付成功页面的优惠券 |
| | | * |
| | | * @param uid |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | List<CouponListVo> queryCouponList(Integer uid, Integer distributionMethod) throws Exception; |
| | | |
| | | |
| | | |
| | | |
| | | Map<String, Object> queryConponRuleOfJson(Integer id); |
| | |
| | | |
| | | List<Map<String, Object>> queryCouponExamineList(CouponExamineListSearch ofSearch); |
| | | |
| | | List<Map<String, Object>> listRecord(Page<Object> objectPage, Integer id, List<Integer> ids, Integer type); |
| | | List<Map<String, Object>> listRecord(Integer id, List<Integer> ids, Integer type); |
| | | |
| | | void updateType(Long id); |
| | | } |