namespace Tnb.ProductionMgr.Entities.Dto.PrdManage { /// /// 模具更换输入参数 /// public class SwapMoldUpInput { /// /// 模具Id /// public string mold_id { get; set; } /// /// 生产任务单Id /// public string icmo_id { get; set; } } }