忽略dll文件git
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hncore.Pass.Vpn.Model
|
||||
{
|
||||
public class CatalogUsedModel
|
||||
{
|
||||
public bool Used { get; set; }
|
||||
|
||||
public List<int> CatalogIds { get; set; }
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hncore.Pass.Vpn.Model
|
||||
{
|
||||
public class CatalogUsedModel
|
||||
{
|
||||
public bool Used { get; set; }
|
||||
|
||||
public List<int> CatalogIds { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
using Hncore.Infrastructure.Extension;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hncore.Pass.Vpn.Model
|
||||
{
|
||||
public class ManagerSellStatisticModel
|
||||
{
|
||||
public string RealName { get; set; }
|
||||
|
||||
public string Name => this.RealName.NotHas() ? "无" : this.RealName;
|
||||
public long? UserCount { get; set; } = 0;
|
||||
|
||||
public long? NewUserCount { get; set; } = 0;
|
||||
|
||||
public decimal? Amount { get; set; } = 0;
|
||||
|
||||
}
|
||||
}
|
||||
using Hncore.Infrastructure.Extension;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hncore.Pass.Vpn.Model
|
||||
{
|
||||
public class ManagerSellStatisticModel
|
||||
{
|
||||
public string RealName { get; set; }
|
||||
|
||||
public string Name => this.RealName.NotHas() ? "无" : this.RealName;
|
||||
public long? UserCount { get; set; } = 0;
|
||||
|
||||
public long? NewUserCount { get; set; } = 0;
|
||||
|
||||
public decimal? Amount { get; set; } = 0;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,26 +1,26 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hncore.Pass.Vpn.Model
|
||||
{
|
||||
public class OrderStatisticModel
|
||||
{
|
||||
public string Channel { get; set; }
|
||||
public string ProductName { get; set; }
|
||||
|
||||
public string PackageName { get; set; }
|
||||
|
||||
public int NewBuyCount { get; set; }
|
||||
public decimal NewBuyAmount { get; set; }
|
||||
|
||||
public int AgainBuyCount { get; set; }
|
||||
public decimal AgainBuyAmount { get; set; }
|
||||
|
||||
public int RefundCount { get; set; }
|
||||
public decimal RefundAmount { get; set; }
|
||||
|
||||
public decimal SellAmount => NewBuyAmount + AgainBuyAmount;
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hncore.Pass.Vpn.Model
|
||||
{
|
||||
public class OrderStatisticModel
|
||||
{
|
||||
public string Channel { get; set; }
|
||||
public string ProductName { get; set; }
|
||||
|
||||
public string PackageName { get; set; }
|
||||
|
||||
public int NewBuyCount { get; set; }
|
||||
public decimal NewBuyAmount { get; set; }
|
||||
|
||||
public int AgainBuyCount { get; set; }
|
||||
public decimal AgainBuyAmount { get; set; }
|
||||
|
||||
public int RefundCount { get; set; }
|
||||
public decimal RefundAmount { get; set; }
|
||||
|
||||
public decimal SellAmount => NewBuyAmount + AgainBuyAmount;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,35 +1,35 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hncore.Pass.Vpn.Model
|
||||
{
|
||||
public class OriginAccountModel
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string User { get; set; }
|
||||
public string Account { get; set; }
|
||||
|
||||
public string Pwd { get; set; }
|
||||
public string AccountType { get; set; }
|
||||
public string Package { get; set; }
|
||||
public string ConnectCount { get; set; }
|
||||
public string RegistTime { get; set; }
|
||||
public string EndTime { get; set; }
|
||||
public string RestTime { get; set; }
|
||||
public string Amount { get; set; }
|
||||
|
||||
public string IsActive { get; set; }
|
||||
public string Remark { get; set; }
|
||||
|
||||
public DateTime RealEndTime { get; set; }
|
||||
|
||||
public int OnLine { get; set; } = 0;
|
||||
|
||||
public string LoginTime { get; set; }
|
||||
|
||||
public string LoginServer { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hncore.Pass.Vpn.Model
|
||||
{
|
||||
public class OriginAccountModel
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string User { get; set; }
|
||||
public string Account { get; set; }
|
||||
|
||||
public string Pwd { get; set; }
|
||||
public string AccountType { get; set; }
|
||||
public string Package { get; set; }
|
||||
public string ConnectCount { get; set; }
|
||||
public string RegistTime { get; set; }
|
||||
public string EndTime { get; set; }
|
||||
public string RestTime { get; set; }
|
||||
public string Amount { get; set; }
|
||||
|
||||
public string IsActive { get; set; }
|
||||
public string Remark { get; set; }
|
||||
|
||||
public DateTime RealEndTime { get; set; }
|
||||
|
||||
public int OnLine { get; set; } = 0;
|
||||
|
||||
public string LoginTime { get; set; }
|
||||
|
||||
public string LoginServer { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hncore.Pass.Vpn.Model
|
||||
{
|
||||
public class OriginAccountOnlineModel
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Account { get; set; }
|
||||
public string LoginTime { get; set; }
|
||||
public string OnlineTime { get; set; }
|
||||
|
||||
public string ServerIP { get; set; }
|
||||
public string LoginIP { get; set; }
|
||||
public string UpStream { get; set; }
|
||||
public string DownStream { get; set; }
|
||||
public int OnLine { get; set; } = 0;
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hncore.Pass.Vpn.Model
|
||||
{
|
||||
public class OriginAccountOnlineModel
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Account { get; set; }
|
||||
public string LoginTime { get; set; }
|
||||
public string OnlineTime { get; set; }
|
||||
|
||||
public string ServerIP { get; set; }
|
||||
public string LoginIP { get; set; }
|
||||
public string UpStream { get; set; }
|
||||
public string DownStream { get; set; }
|
||||
public int OnLine { get; set; } = 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
using Hncore.Pass.Vpn.Domain;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Hncore.Pass.Vpn.Model
|
||||
{
|
||||
public class PackageUnitItemModel
|
||||
{
|
||||
public int Count { get; set; }
|
||||
|
||||
public ProductPackageEntity Package { get; set; }
|
||||
}
|
||||
}
|
||||
using Hncore.Pass.Vpn.Domain;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Hncore.Pass.Vpn.Model
|
||||
{
|
||||
public class PackageUnitItemModel
|
||||
{
|
||||
public int Count { get; set; }
|
||||
|
||||
public ProductPackageEntity Package { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,35 +1,35 @@
|
||||
using Hncore.Pass.Vpn.Domain;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hncore.Pass.Vpn.Model
|
||||
{
|
||||
public class UserConsumeStatisticsModel
|
||||
{
|
||||
public string UserName { get; set; }
|
||||
|
||||
public UserEntity UserInfo {get;set;}
|
||||
|
||||
public DateTime CreateTime { get; set; }
|
||||
public string TotalAmount { get; set; }
|
||||
public string DayAmount { get; set; }
|
||||
|
||||
public decimal PrevMonthAmount { get; set; }
|
||||
public decimal MonthAmount { get; set; }
|
||||
|
||||
public decimal AddAmount => MonthAmount - PrevMonthAmount;
|
||||
|
||||
public string YearAmount { get; set; }
|
||||
|
||||
public int TotalAccountCount=> ExpirdAccountCount + UsingAccountCount;
|
||||
|
||||
public int UsingAccountCount { get; set; } = 0;
|
||||
|
||||
public int ExpirdAccountCount { get; set; } = 0;
|
||||
|
||||
public int TestAccountCount { get; set; } = 0;
|
||||
|
||||
}
|
||||
}
|
||||
using Hncore.Pass.Vpn.Domain;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hncore.Pass.Vpn.Model
|
||||
{
|
||||
public class UserConsumeStatisticsModel
|
||||
{
|
||||
public string UserName { get; set; }
|
||||
|
||||
public UserEntity UserInfo {get;set;}
|
||||
|
||||
public DateTime CreateTime { get; set; }
|
||||
public string TotalAmount { get; set; }
|
||||
public string DayAmount { get; set; }
|
||||
|
||||
public decimal PrevMonthAmount { get; set; }
|
||||
public decimal MonthAmount { get; set; }
|
||||
|
||||
public decimal AddAmount => MonthAmount - PrevMonthAmount;
|
||||
|
||||
public string YearAmount { get; set; }
|
||||
|
||||
public int TotalAccountCount=> ExpirdAccountCount + UsingAccountCount;
|
||||
|
||||
public int UsingAccountCount { get; set; } = 0;
|
||||
|
||||
public int ExpirdAccountCount { get; set; } = 0;
|
||||
|
||||
public int TestAccountCount { get; set; } = 0;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
using Hncore.Pass.BaseInfo.Models;
|
||||
using Hncore.Pass.Vpn.Domain;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hncore.Pass.Vpn.Model
|
||||
{
|
||||
public class UserDataMode
|
||||
{
|
||||
public string UserName { get; set; }
|
||||
public string Value { get; set; }
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
using Hncore.Pass.BaseInfo.Models;
|
||||
using Hncore.Pass.Vpn.Domain;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hncore.Pass.Vpn.Model
|
||||
{
|
||||
public class UserDataMode
|
||||
{
|
||||
public string UserName { get; set; }
|
||||
public string Value { get; set; }
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user