wxw
2024-09-28 c74091c0091c32daff05359a2de0f60872e9da71
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;
}