Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceDto.cs
@@ -12,6 +12,11 @@ public string PlcIdIP { get; set; } /// <summary> /// 交互类型 /// </summary> public DeviceTypeEnum DeviceType { get; set; } /// <summary> /// 主键Id /// </summary> public long Id { get; set; }