原材料仓逻辑、看板调整

This commit is contained in:
2024-07-31 09:04:20 +08:00
parent ac43e1edf4
commit 9221113607
17 changed files with 743 additions and 45 deletions

View File

@@ -13,8 +13,15 @@ namespace Tnb.WarehouseMgr.Entities.Dto
public int layers { get; set; }
public string carry_code { get; set; }
public string material_code { get; set; }
public string material_name { get; set; }
public string code_batch { get; set; }
public decimal num { get; set; }
/// <summary>
/// 0 空库包括已锁定1 空载具码垛 2 合格品 3 待检 4 让步接受 5 不合格
/// </summary>
public int status { get; set; }
/// </summary>
public string barcode { get; set; }
}
public class ZsjOutput
{