1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- namespace UAS_MES_NEW.Entity
- {
- class User
- {
-
-
-
- public static string UserName;
-
-
-
- public static string UserCode;
-
-
-
- public static string UserPosition;
-
-
-
- public static string CurrentStepCode;
-
-
-
- public static string CurrentStepName;
-
-
-
- public static string UserDepartment;
-
-
-
- public static string UserProfessName;
-
-
-
- public static string UserAccountType;
-
-
-
- public static string UserSourceCode;
-
-
-
- public static string UserGroup;
-
-
-
- public static string UserGroupCode;
-
-
-
- public static string UserLineCode;
-
-
-
- public static string WorkCenter;
-
-
-
- public static string DefaultBadGroup;
- }
- }
|