namespace UAS_LabelMachine.Entity
{
class User
{
///
/// 用户姓名
///
public static string UserName; // 姓名 em_name
///
/// 用户编号
///
public static string UserCode; // 工号 em_code
/////
///// 用户岗位
/////
//public static string UserPosition;// 岗位 em_position
/////
///// 当前岗位工序
/////
//public static string CurrentStep; //工序 sc_stepcode
/////
///// 用户部门
/////
//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
}
}