TASK:限制同一个管理员不允许绑定不同组织的订阅计划

This commit is contained in:
2026-01-07 15:24:38 +08:00
parent 9f523d5953
commit 13151b65f5
5 changed files with 27 additions and 1 deletions

View File

@@ -32,4 +32,7 @@ public class UpdateSubscriptionPlanDTO {
@Schema(description = "订阅重命名")
private String name;
@Schema(description = "国家或地区")
private String countryOrRegion;
}