7 lines
180 B
C#
7 lines
180 B
C#
namespace PlcTool.Siemens.PLCAttribute;
|
|
|
|
/// <summary>
|
|
/// plc 机架
|
|
/// </summary>
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
public class RackAttribute : Attribute { } |