namespace PlcTool.Siemens.PLCAttribute;
/// <summary>
/// 用于标记 PLC 的编号
/// </summary>
[AttributeUsage(AttributeTargets.Property)]
public class PlcIdAttribute : Attribute { }