namespace UAS_MES_NEW.Entity { class User { /// /// 用户姓名 /// public static string UserName; // 姓名 em_name /// /// 用户编号 /// public static string UserCode; // 工号 em_code /// /// 用户岗位 /// public static string UserPosition;//岗位 em_position /// /// 当前工序编号 /// public static string CurrentStepCode;//工序 sc_stepcode /// /// 当前工序名称 /// public static string CurrentStepName;//工序名称 /// /// 用户部门 /// public static string UserDepartment;//部门 em_depart /// /// 职称 /// public static string UserProfessName;//职称 em_professname /// /// 用户类型,admin表示超级管理员,normal表示普通用户 /// public static string UserAccountType;//用户类型 em_type /// /// 岗位资源编号 /// public static string UserSourceCode;//岗位资源 ur_resourecode /// /// 用户分组 /// public static string UserGroup;//用户分组 ug_name /// /// 用户分组编码 /// public static string UserGroupCode;//用户分组编码 ug_code /// /// 用户所属的线别 /// public static string UserLineCode; /// /// 资源所属工作中心 /// public static string WorkCenter; /// /// 默认不良组别 /// public static string DefaultBadGroup; } }