17 lines
342 B
C#
17 lines
342 B
C#
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
|
|
{
|
|
|
|
}
|
|
}
|