增加规格型号和箱号

This commit is contained in:
2023-11-27 10:59:45 +08:00
parent 8cff8f3bd0
commit 53536526f4
10 changed files with 80 additions and 6 deletions

View File

@@ -159,6 +159,14 @@ public partial class WmsInstockCode : BaseEntity<string>, IInOutStockCode
/// 生产工单BOM明细Id
/// </summary>
public string? mo_bom_detail_id { get; set; }
/// <summary>
/// 规格型号
/// </summary>
public string? material_specification { get; set; }
/// <summary>
/// 规格型号
/// </summary>
public string? container_no { get; set; }
public void Create(string orgId)
{