齐套出库

This commit is contained in:
2024-06-04 15:48:13 +08:00
parent 0fec54597d
commit 49f9e7b01c
7 changed files with 1264 additions and 102 deletions

View File

@@ -0,0 +1,18 @@
namespace Tnb.WarehouseMgr.Entities.Dto
{
/// <summary>
///
/// </summary>
public class MaterialTransferGetRackAndMatByWorkStationInput
{
/// <summary>
/// 组织ID
/// </summary>
public string org_id { get; set; }
/// <summary>
/// 工位号
/// </summary>
public string? work_station{ get; set; }
}
}