This commit is contained in:
DEVICE8\12494
2023-05-17 17:56:21 +08:00
parent 8971b48984
commit 32ab2c3411
7 changed files with 81 additions and 26 deletions

View File

@@ -9,15 +9,7 @@ namespace Tnb.EquipMgr.Entities.Dto
/// <summary>
/// 关联保养组与模具输入参数
/// </summary>
public class MoldMaintainGroupItemRelationInput
public class MoldMaintainGroupItemRelationInput :BaseInput
{
/// <summary>
/// 项目组Id
/// </summary>
public string item_group_id { get; set; }
/// <summary>
/// 模具Id
/// </summary>
public string mold_id { get; set; }
}
}