yuyou_x
2024-03-07 bcdf7a6cdac38d310e8bc67f0dccc3504e7b6e30
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; }
    }
}