Pu Zhibing
3 小时以前 be06cd6731dd2a5d1a9bbbd3d12a2f7b3a00c966
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);
}