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
{
///
/// Desc:
/// Default:
/// Nullable:False
///
public string UserName { get; set; }
///
/// Desc:
/// Default:
/// Nullable:False
///
public string UserPwd { get; set; }
}
}