IPC-610
2024-09-28 e79cf581b2f0038a41de5da1c6eadb3541f4d69e
Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceTaskOrderDto.cs
@@ -21,4 +21,16 @@
    public int? Qty { get; set; }
    public string? LineNo { get; set; }
    public string? PZNo { get; set; }
    /// <summary>
    /// 设备类型
    /// </summary>
    public PLCTypeEnum Type { get; set; }
    public long PlcId { get; set; }
    /// <summary>
    /// 连接状态
    /// </summary>
    public bool PlcStatus { get; set; } = false;
}