liudl
12 小时以前 70b4bdc6f999c55b75138e013abf436100e9987b
Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceTaskOrderDto.cs
@@ -8,6 +8,7 @@
public class WcsDeviceTaskOrderDto
{
    public long Id { get; set; }
    public long TaskId { get; set; }
    public string Text { get; set; }
    public string? TaskNo { get; set; }
    public string? OrderNo { get; set; }
@@ -21,4 +22,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;
}