zhaowc
2024-08-27 2f8843c8f3ff4cfdffcb7ef6fca333d3022f0f84
Wms/Model/ModelDto/BllAsnDto/ArrivalNoticeDetailDto.cs
@@ -157,6 +157,31 @@
        public string AsnStatus { 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; }