IPC-610
2024-10-15 79ad6097cbe4b4d6cee66dd8ad9c3c1c8f2b5243
Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceTaskOrderDto.cs
@@ -26,4 +26,11 @@
    /// 设备类型
    /// </summary>
    public PLCTypeEnum Type { get; set; }
    public long PlcId { get; set; }
    /// <summary>
    /// 连接状态
    /// </summary>
    public bool PlcStatus { get; set; } = false;
}