2021-04-13 17:46:18 +08:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Linq;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
using MES.Entity;
|
|
|
|
|
|
|
|
|
|
|
|
namespace WinformGeneralDeveloperFrame.Commons
|
|
|
|
|
|
{
|
|
|
|
|
|
public class AppInfo
|
|
|
|
|
|
{
|
|
|
|
|
|
public static sysUserInfo LoginUserInfo;
|
2021-05-12 08:50:36 +08:00
|
|
|
|
public static List<string> FunctionList = new List<string>();
|
2021-04-13 17:46:18 +08:00
|
|
|
|
}
|
|
|
|
|
|
}
|