TASK:订阅计划,测试修改

This commit is contained in:
2025-12-11 15:26:20 +08:00
parent 7f094265da
commit 5c2008ec4a
10 changed files with 136 additions and 42 deletions

View File

@@ -19,4 +19,8 @@ public interface SubscriptionPlanService extends IService<SubscriptionPlan> {
void deletePlan(Long id);
void switchSubscriptionPlan(Long subscriptionPlanId, Long adminAccId);
void activeSubscriptionPlan();
void expireSubscription();
}