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