mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-06-16 08:53:21 +08:00
feat: ✨ 移动国家代码
[skip ci]
This commit is contained in:
parent
e62bdae538
commit
2ff146664e
@ -44,6 +44,11 @@ public sealed class CountryInfoAttribute : Attribute
|
||||
/// </summary>
|
||||
public string LongName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 移动国家代码
|
||||
/// </summary>
|
||||
public string[] Mcc { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 国家简称
|
||||
/// </summary>
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user