hwh
2024-09-12 78c49a591404ec32d7c2d2e9f4b9bf6010c51e07
Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceOutput.cs
@@ -145,27 +145,27 @@
    /// <summary>
    /// 放货排
    /// </summary>
    public int? ReleaseRow { get; set; }
    public int ReleaseRow { get; set; }
    /// <summary>
    /// 放货列
    /// </summary>
    public int? ReleaseCol { get; set; }
    public int ReleaseCol { get; set; }
    /// <summary>
    /// 放货层
    /// </summary>
    public int? ReleaseStorey { get; set; }
    public int ReleaseStorey { get; set; }
    /// <summary>
    /// 取货排
    /// </summary>
    public int? PickRow { get; set; }
    public int PickRow { get; set; }
    /// <summary>
    /// 取货列
    /// </summary>
    public int? PickCol { get; set; }
    public int PickCol { get; set; }
    /// <summary>
    /// 取货层
    /// </summary>
    public int? PickStorey { get; set; }
    public int PickStorey { get; set; }
}