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

@@ -70,7 +70,7 @@ public class SubscriptionPlan extends BaseEntity{
/**
* 国家或地区
*/
private String CountryOrRegion;
private String countryOrRegion;
// 在类内部定义的枚举
@Getter