hwh
2025-01-16 07ce8f4cc0406ef18b221f1ad5d5a38f4422aa10
Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceOutput.cs
@@ -142,8 +142,30 @@
    /// 连接状态
    /// </summary>
    public bool Status { get; set; } = false;
    /// <summary>
    /// 放货排
    /// </summary>
    public int? ReleaseRow { get; set; }
    /// <summary>
    /// 放货列
    /// </summary>
    public int? ReleaseCol { get; set; }
    /// <summary>
    /// 放货层
    /// </summary>
    public int? ReleaseStorey { get; set; }
    /// <summary>
    /// 取货排
    /// </summary>
    public int? PickRow { get; set; }
    /// <summary>
    /// 取货列
    /// </summary>
    public int? PickCol { get; set; }
    /// <summary>
    /// 取货层
    /// </summary>
    public int? PickStorey { get; set; }
}