panel
This commit is contained in:
28
NetPanel.Entity/Conf/UserAdmin.cs
Normal file
28
NetPanel.Entity/Conf/UserAdmin.cs
Normal file
@@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Security.Principal;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace NetPanel.Entity.Conf
|
||||
{
|
||||
public class UserAdmin
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Desc:
|
||||
/// Default:
|
||||
/// Nullable:False
|
||||
/// </summary>
|
||||
public string UserName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Desc:
|
||||
/// Default:
|
||||
/// Nullable:False
|
||||
/// </summary>
|
||||
public string UserPwd { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user