DeviceManager/TsSFCDeivceClient/AuthCodeConstValue.cs

25 lines
502 B
C#
Raw Permalink Normal View History

2024-07-17 02:32:45 +00:00
namespace TsSFCDeivceClient
{
public static class AuthCodeConstValue
{
#region Tag
/// <summary>
/// Tag 查看
/// </summary>
2024-07-22 07:50:10 +00:00
public const string Tag_WATCH = "BIZ_EQUIP_TAG_01";
2024-07-17 02:32:45 +00:00
/// <summary>
///
/// </summary>
2024-07-22 07:50:10 +00:00
public const string Tag_ADD = "BIZ_EQUIP_TAG_02";
2024-07-17 02:32:45 +00:00
/// <summary>
///
/// </summary>
2024-07-22 07:50:10 +00:00
public const string Tag_ALTER = "BIZ_EQUIP_TAG_03";
2024-07-17 02:32:45 +00:00
#endregion
}
}