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