namespace Tnb.WarehouseMgr.Entities.Dto { public class TaskChainCallBackInput { /// /// 任务链编号 /// public string taskChainCode { get; set; } /// /// 状态 /// public string status { get; set; } /// /// 设备编号 /// public string deviceID { get; set; } } }