BUGFIX:订阅计划

This commit is contained in:
2025-12-17 13:18:24 +08:00
parent ca7121dcda
commit 8e984eb283
5 changed files with 27 additions and 7 deletions

View File

@@ -45,4 +45,7 @@ public class SubscriptionPlanDTO {
@Schema(description = "订阅计划命名")
private String name;
@Schema(description = "订阅计划状态")
private String status;
}