ros phone
This commit is contained in:
@@ -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")},
|
||||
|
||||
Reference in New Issue
Block a user