using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Tnb.ProductionMgr.Entitys.Entity; namespace Tnb.ProductionMgr.Entitys.Dto.PrdManage { /// /// 生产操作记录输出类 /// public class PrdTaskOperOutput : PrdTaskLog { /// ///任务单操作状态 /// public string statusName { get; set; } } }