异步注解 无返回值

This commit is contained in:
2025-12-03 14:16:07 +08:00
parent fd8d2cf57c
commit 5aded8c6c1
2 changed files with 3 additions and 4 deletions

View File

@@ -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);