bklLiudl
2024-02-04 2a7ba2095fede6da921e696f2667cb896ba0bd8d
Wms/WMS.Entity/BllCheckEntity/BllStockCheck.cs
@@ -80,5 +80,15 @@
        /// Nullable:True
        /// </summary>
        public string Demo { get; set; }
        /// <summary>
        /// 复核人
        /// </summary>
        public int CheckUser { get; set; }
        /// <summary>
        /// 复核时间
        /// </summary>
        public DateTime? CheckTime { get; set; }
    }
}