代理商管理
This commit is contained in:
25
Services/Hncore.Pass.Vpn/Domain/AgentUserEntity.cs
Normal file
25
Services/Hncore.Pass.Vpn/Domain/AgentUserEntity.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
using Hncore.Infrastructure.DDD;
|
||||
using System;
|
||||
|
||||
namespace Hncore.Pass.Vpn.Domain
|
||||
{
|
||||
public partial class AgentUserEntity
|
||||
{
|
||||
/// <summary>
|
||||
/// ID
|
||||
/// <summary>
|
||||
public int id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 代理id
|
||||
/// </summary>
|
||||
public string username { get; set; }
|
||||
|
||||
public string realname { get; set; }
|
||||
|
||||
public string phone { get; set; }
|
||||
|
||||
public decimal account { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user