Pu Zhibing
2025-06-09 4c77ac6367145e4740141e872e1cda1c16efa9b1
ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/service/TAppUserVipDetailService.java
@@ -13,5 +13,5 @@
 */
public interface TAppUserVipDetailService extends IService<TAppUserVipDetail> {
    void giveVipCoupun(Long appUserId, Integer vipId);
    void giveVipCoupun(TAppUserVipDetail recentDetail);
}