bklLiudl
2024-08-26 fe5c4eeb45ec03380259b2e3c9b411be128ae6c8
Wms/Model/ModelVm/BllAsnVm/ArrivalNoticeDetailVm.cs
@@ -122,6 +122,31 @@
        public int? CreateUser { get; set; }
        /// <summary>
        /// 批次属性1-生产日期
        /// </summary>
        public string Lot1 { get; set; }
        /// <summary>
        /// 批次属性2-过期日期
        /// </summary>
        public string Lot2 { get; set; }
        /// <summary>
        /// 批次属性3
        /// </summary>
        public string Lot3 { get; set; }
        /// <summary>
        /// 批次属性4
        /// </summary>
        public string Lot4 { get; set; }
        /// <summary>
        /// 批次属性5
        /// </summary>
        public string Lot5 { get; set; }
        /// <summary>
        /// 批次属性6
        /// </summary>
        public string Lot6 { get; set; }
        /// <summary>
        /// 自定义列1
        /// </summary>
        public string UDF1 { get; set; }