@using Home.Models @using Hncore.Pass.BaseInfo.Response @using Hncore.Pass.Vpn.Model @using Hncore.Infrastructure.Extension @model List @{ Layout = "_Layout"; var productId = this.Context.Request.GetInt("productId"); }
@if (Model.Count == 0) {
暂无数据
} @foreach (var item in Model) {
#@(Model.IndexOf(item)+1)
账号:
@item.Account
登录时间:
@item.LoginTime
在线时间:
@item.OnlineTime
服务器Ip:
@item.ServerIP
登录ip:
@item.LoginIP
上/下行:
@item.UpStream / @item.UpStream
}