This commit is contained in:
DEVICE8\12494
2023-05-19 09:13:35 +08:00
parent 1c31a4e496
commit 649105eb6e
4 changed files with 90 additions and 8 deletions

View File

@@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.EquipMgr.Entities.Dto
{
/// <summary>
/// 模具保养计划制定-计划关联模具输入参数
/// </summary>
public class RelevanceMoldFromPlanInput : BaseMoldMaintainInput
{
}
}