yuyou_x
2024-02-29 3b4538f1ca5a50f1c68a479620276b4db09bd954
Wms/WMS.Entity/BllSoEntity/BLLExportNotice.cs
@@ -121,5 +121,15 @@
        /// </summary>
        public string OrderCode { get; set; }
        /// <summary>
        /// 复核人
        /// </summary>
        public int CheckUser { get; set; }
        /// <summary>
        /// 复核时间
        /// </summary>
        public DateTime? CheckTime { get; set; }
    }
}