wcs_server_kate_suzhou/Tools/PlcTool/Siemens/PLCAttribute/PlcIPAttribute.cs

7 lines
193 B
C#
Raw Permalink Normal View History

namespace PlcTool.Siemens.PLCAttribute;
/// <summary>
/// 用于标记 PLC 的IP
/// </summary>
[AttributeUsage(AttributeTargets.Property)]
2024-05-14 16:30:56 +08:00
public class PlcIPAttribute : Attribute { }