This commit is contained in:
2024-08-15 17:20:05 +08:00
parent 787a297ca9
commit 235ea33f39

View File

@@ -204,5 +204,15 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
/// </summary>
public string? instock_warehouse_id { get; set; }
/// <summary>
/// 模具库位id
/// </summary>
public string mold_location_id { get; set; }
/// <summary>
/// 模具库位code
/// </summary>
public string mold_location_code { get; set; }
}
}