ros phone

This commit is contained in:
“wanyongkang”
2022-05-21 16:19:16 +08:00
parent 839f1af151
commit c286ded801
8 changed files with 471 additions and 5 deletions

View File

@@ -543,6 +543,7 @@ namespace Hncore.Pass.Vpn.Controllers
new ExcelTitle { Property = "ProductName", Title = "产品" },
new ExcelTitle { Property = "PackageName", Title = "套餐" },
new ExcelTitle { Property = "Account", Title = "账号" },
new ExcelTitle { Property = "Pwd", Title = "密码" },
new ExcelTitle { Property = "AccountType", Title = "类型" , Format=(val)=>((AccountType)val).GetEnumDisplayName() },
new ExcelTitle { Property = "ConnectCount", Title = "连接数"},
new ExcelTitle { Property = "StartTime", Title = "开通时间" , Format=(val)=>((DateTime) val).ToString("yyyy-MM-dd hh:mm:ss")},