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.
|
|
|
|
namespace Tool.Model
|
|
|
|
|
{
|
|
|
|
|
public class CacheKeyManager
|
|
|
|
|
{
|
|
|
|
|
public static readonly string UpdateLog = "UpdateLog";
|
|
|
|
|
|
|
|
|
|
public static readonly string HmiUser = "HmiUser";
|
|
|
|
|
|
|
|
|
|
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";
|
|
|
|
|
|
|
|
|
|
public static readonly string Home = "Home";
|
|
|
|
|
public static readonly string FormMain = "FormMain";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static readonly string ReadBufLog = "ReadBufLog";
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
}
|
|
|
|
|
}
|