hwh
2025-01-16 07ce8f4cc0406ef18b221f1ad5d5a38f4422aa10
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; }
@@ -26,4 +27,11 @@
    /// 设备类型
    /// </summary>
    public PLCTypeEnum Type { get; set; }
    public long PlcId { get; set; }
    /// <summary>
    /// 连接状态
    /// </summary>
    public bool PlcStatus { get; set; } = false;
}