SysUserInput Class

系统用户信息输入类。

Definition

Namespace: QuickAdmin.Entity.Admin.DTO
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
C#
public class SysUserInput
Inheritance
object    SysUserInput

Constructors

SysUserInputInitializes a new instance of the SysUserInput class

Properties

Public Properties

AccountId 用户账户 Id。
BirthDate 出生日期。
Code 用户编码。
DeptId 所属部门 Id。
DeptPath 所属部门。
DisplayName 显示名称。
DisplayOrder 显示顺序。
Educ 学历。
Email 邮箱地址。
EmployeeId 对应职员 Id。
Gender 性别。
HireDate 入职日期。
JobTitle 职务。
Mobile 手机号码。
Name 用户姓名。
NickName 昵称。
OfficeTel 办公电话。
ProfessionalTitle 职称。
Pwd 用户密码。
Remarks 备注。

See Also