wcs_serve_wuxikate/Tools/PlcTool/Siemens/PLCAttribute/PlcDBNameAttribute.cs

7 lines
207 B
C#
Raw Permalink Normal View History

2025-01-03 14:36:27 +08:00
namespace PlcTool.Siemens.PLCAttribute;
/// <summary>
/// 用于标记 PLC 通讯地址的名称
/// </summary>
[AttributeUsage(AttributeTargets.Property)]
public class PlcDBNameAttribute : Attribute { }