获取模具列表新增模具Id

This commit is contained in:
DEVICE8\12494
2023-05-05 18:20:52 +08:00
parent fa4d9be965
commit 40bca59440
2 changed files with 6 additions and 7 deletions

View File

@@ -16,5 +16,6 @@ namespace Tnb.ProductionMgr.Entities.Dto
/// 产品 名称
/// </summary>
public string item_name { get; set; }
public string mold_id { get; set;}
}
}