优化调整

This commit is contained in:
2024-05-24 14:21:14 +08:00
parent 2a66f244dd
commit 86d07260af
5 changed files with 150 additions and 17 deletions

View File

@@ -174,7 +174,18 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
/// 入库库位编号
/// </summary>
public string? as_location_code { get; set; }
/// <summary>
/// 规格型号
/// </summary>
public string material_standard { get; set; }
/// <summary>
/// 箱号
/// </summary>
public string container_no { get; set; }
/// <summary>
/// di编码
/// </summary>
public string di { get; set; }
}
}