hwh
2024-09-26 46229c2a788c1f2a725d5d31225eec5dfa9ce8b4
Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceTaskOrderDto.cs
@@ -21,4 +21,9 @@
    public int? Qty { get; set; }
    public string? LineNo { get; set; }
    public string? PZNo { get; set; }
    /// <summary>
    /// 设备类型
    /// </summary>
    public PLCTypeEnum Type { get; set; }
}