Administrator
2024-03-06 db1833f3ecc5ae4eb14eb9d1bd8990e36fa85a97
Wms/WMS.Entity/BllSoEntity/BLLExportNotice.cs
@@ -121,5 +121,14 @@
        /// </summary>
        public string OrderCode { get; set; }
        /// <summary>
        /// 复核人
        /// </summary>
        public int CheckUser { get; set; }
        /// <summary>
        /// 复核时间
        /// </summary>
        public DateTime? CheckTime { get; set; }
    }
}