123456789101112131415161718 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using System.Windows.Forms;
- namespace PLCTool.Common
- {
- public class Appsession
- {
- public static string UserName = "Admin";
- public static int UserId=0;
- public static int RoleId = -1;
-
- }
-
- }
|