zhaowc
2024-09-18 bdd84cc48ba7b2527584c44d174da8e7d20c5375
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; }