schangxiang@126.com
2 天以前 3091217d4f4ccecde578ef1abddd810094bfc6bc
DEmon/iWareDataCore/ORM/TASKMainTask.cs
@@ -51,5 +51,16 @@
        public int islots { get; set; }
        public int priority { get; set; }
        /// <summary>
        /// 表BASEInOutListDetail的ID  【Editby shaocx,2025-09-29】
        /// </summary>
        public int? InOutListDetailId { get; set; }
        /// <summary>
        /// 表BASEInOutList的ListNo   【Editby shaocx,2025-09-29】
        /// </summary>
        public string ListNo { get; set; }
    }
}