7 lines
201 B
C#
7 lines
201 B
C#
namespace PlcTool.Siemens.PLCAttribute;
|
|
|
|
/// <summary>
|
|
/// 用于标记 PLC 通讯地址
|
|
/// </summary>
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
public class PlcDBAddressAttribute : Attribute { } |