222
schangxiang@126.com
2025-09-29 f782248da68c035aae12f902f29d828e9867abb0
DEmon/iWareLog/ORM/InOutStorageDetail.cs
@@ -26,6 +26,9 @@
        public DateTime? updatetime { get; set; }
        /// <summary>
        /// 任务类型,枚举  EMainTaskType
        /// </summary>
        public int type { get; set; }
        public int? equipid { get; set; }
@@ -37,5 +40,17 @@
        [StringLength(50)]
        public string materialcode { get; set; }
        public int? isSendToMes { get; set; }
        public string isSendToMesStr { get; set; }
        public int? SendToMesCount { get; set; }
        public DateTime? SendToMesTime { get; set; }
        public string MesRet { get; set; }
    }
}