Administrator
2025-04-27 afda84e68de9fb078ef5a5c9fcf794bde579d2ce
src/main/java/cc/mrbird/febs/mall/service/HappyActivityService.java
@@ -53,8 +53,6 @@
    void addLikeCnt(Long sourceOptionId);
    void substructJoinCnt(Long activityId,Integer cnt);
    FebsResponse orderList(ApiActivityOrderListDto dto);
    FebsResponse orderInfo(Long id);
@@ -68,4 +66,6 @@
    FebsResponse checkOrder(ApiCheckOrderDto dto);
    void checkActivityItem(Long orderId);
    void overtimeJob();
}