异步注解 无返回值
This commit is contained in:
@@ -44,7 +44,7 @@ public interface ShopCouponService extends IService<ShopCoupon> {
|
||||
|
||||
List<UserCouponVo> findCoupon(Long shopId, Long shopUserId, Integer type, Integer isFood);
|
||||
|
||||
Boolean use(List<Long> ids, Long shopUserId, Long orderId);
|
||||
void use(List<Long> ids, Long shopUserId, Long orderId);
|
||||
|
||||
Boolean refund(Long orderId, Long shopUserId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user