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

7 lines
201 B
C#
Raw Normal View History

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