wangxinhui
4 天以前 a0a0df2e824b6fe7e5a3c0afce78127fecf84fc9
ÏîÄ¿´úÂë/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_UserInfo.cs
@@ -18,44 +18,27 @@
        public int Id { get; set; }
        /// <summary>
        /// å‘˜å·¥å·
        /// å‘˜å·¥å·¥å·
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "员工号")]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "员工工号")]
        public string Code { get; set; }
        /// <summary>
        /// éƒ¨é—¨ç¼–码
        /// å‘˜å·¥å§“名
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "部门编码")]
        public string DeptNo { get; set; }
        /// <summary>
        /// éƒ¨é—¨åç§°
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "部门名称")]
        public string DeptName { get; set; }
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "员工姓名")]
        public string Name { get; set; }
        /// <summary>
        /// å‘˜å·¥åç§°
        /// å‘˜å·¥ç”µè¯
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "员工名称")]
        public string Name { get; set; }
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "员工电话")]
        public string PhoneNumber { get; set; }
        /// <summary>
        /// çŠ¶æ€ 0:禁用、1:可用;默认为1
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "状态")]
        public int State { get; set; }
        /// <summary>
        /// åº“存组织
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "库存组织")]
        public string InvOrgId { get; set; }
        /// <summary>
        /// ç±»åž‹ 1=仓管员,2=质检员
        /// </summary>
        //[SugarColumn(IsNullable = false, ColumnDescription = "类型")]
        //public int Type { get; set; }
    }
}