You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CaiQie/Tool/Model/CacheKeyManager.cs

31 lines
954 B
C#

1 week ago
namespace Tool.Model
{
public class CacheKeyManager
{
public static readonly string UpdateLog = "UpdateLog";
4 days ago
public static readonly string HmiUser = "HmiUser";
1 week ago
public static readonly string AesPwd = "nodyang";
public static readonly string AramlList = "AramlList";
public static readonly string AramlDataList = "AramlDataList";
public static readonly string CH_alarm = "CH_alarm";
public static readonly string CQ_alarm = "CQ_alarm";
public static readonly string estop_temporary_storage = "estop_temporary_storage";
public static readonly string Prompt_alarm = "Prompt_alarm";
public static readonly string Prompt_alarmList = "Prompt_alarmList";
6 days ago
public static readonly string Home = "Home";
2 days ago
public static readonly string FormMain = "FormMain";
3 days ago
public static readonly string ReadBufLog = "ReadBufLog";
//
1 week ago
}
}