using NXWMS.DataAccess.Entity; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Text; namespace NXWMS.Client.Model.AppModels.Result.SysSettings { /// /// 用户登录结果信息 /// public class UserResult : SYS_USER { public string GenderName { get; set; } public int RowNumber { get; set; } public string CreateName { get; set; } public string UpdateName { get; set; } public string UsedFlagName { get; set; } } }