Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceDto.cs
@@ -27,6 +27,11 @@ public DeviceLevelEnum Level { get; set; } /// <summary> /// 设备类型 /// </summary> public PLCTypeEnum Type { get; set; } /// <summary> /// DB区域 /// </summary> public string? DbNumber { get; set; } @@ -106,4 +111,9 @@ /// </summary> public bool IsDelete { get; set; } public dynamic Value { get; set; } public PLCUtil PLCUtil { get; set; } public List<WcsStation> listStation { get; set; } }