1
This commit is contained in:
@@ -14,13 +14,13 @@ namespace RB_MES_API.Context
|
||||
/// </summary>
|
||||
public static class LocalStaticRequest
|
||||
{
|
||||
public static K3CloudApi cloudApi { get; set; }=new K3CloudApi();
|
||||
public static K3CloudApi cloudApi { get; set; } = new K3CloudApi();
|
||||
public static bool Islogin { get; set; } = false;
|
||||
public static string LoginMsg { get; set; }=string.Empty;
|
||||
public static string LoginMsg { get; set; } = string.Empty;
|
||||
public static bool NeedRefresh { get; set; } = true;
|
||||
public static List<int> HashCode { get; set; }= new List<int>();
|
||||
public static List<int> HashCode { get; set; } = new List<int>();
|
||||
public static List<SystemProfile> sysprofile = new List<SystemProfile>();
|
||||
public static string GetSystemProfile(int categoryid,string key)
|
||||
public static string GetSystemProfile(int categoryid, string key)
|
||||
{
|
||||
if (sysprofile.Any(s => s.FCategoryID == categoryid && s.FKey == key))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user