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

7 lines
174 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 SlotAttribute : Attribute { }