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

7 lines
207 B
C#
Raw Normal View History

2024-10-07 09:51:55 +08:00
namespace PlcTool.Siemens.PLCAttribute;
/// <summary>
/// 用于标记 PLC 通讯地址的名称
/// </summary>
[AttributeUsage(AttributeTargets.Property)]
public class PlcDBNameAttribute : Attribute { }