wcs_serve_wuxikate/Tools/PlcTool/Siemens/PLCAttribute/PlcIdAttribute.cs
2025-01-03 14:36:27 +08:00

7 lines
191 B
C#

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