wxw
2024-09-02 54da8a22c438e1495b9c5fbae75ca9d4b5ca7335
Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceOutput.cs
@@ -12,6 +12,11 @@
    public long Id { get; set; }
    /// <summary>
    /// 交互类型
    /// </summary>
    public DeviceTypeEnum DeviceType { get; set; }
    /// <summary>
    /// PlcId
    /// </summary>
    public long PlcId { get; set; }
@@ -20,6 +25,11 @@
    /// PlcId 描述
    /// </summary>
    public string PlcIdIP { get; set; }
    /// <summary>
    /// 设备类型
    /// </summary>
    public PLCTypeEnum Type { get; set; }
    /// <summary>
    /// 设备级别
@@ -106,6 +116,20 @@
    /// </summary>
    public bool IsDelete { get; set; }
    /// <summary>
    /// 任务号
    /// </summary>
    public string TaskNo { get; set; }
    /// <summary>
    /// 任务类型
    /// </summary>
    public TaskTypeEnum? TaskType { get; set; }
    public string Plc { get; set; }
    public string Wcs { get; set; }
    /// <summary>
    /// 连接状态
    /// </summary>
    public bool Status { get; set; }
}