This commit is contained in:
DEVICE8\12494
2023-05-18 18:44:16 +08:00
parent 82c94d9707
commit 9d30038a7d
23 changed files with 618 additions and 166 deletions

View File

@@ -23,5 +23,15 @@ namespace Tnb.EquipMgr.Entities.Dto
/// 模具名称
/// </summary>
public string mold_name { get; set; }
/// <summary>
/// 项目组Id
/// </summary>
public string item_group_id { get; set; }
/// <summary>
/// 项目名称
/// </summary>
public string item_group_name { get; set; }
}
}