Administrator
2024-03-04 98553b87fae16011c82a6f1cdbd03846f20e95c6
Wms/Model/ModelDto/BllSoDto/ExportNoticeDto.cs
@@ -103,6 +103,16 @@
        /// 更新人
        /// </summary>
        public string UpdateUserName { get; set; }
        /// <summary>
        /// 复核人
        /// </summary>
        public string CheckUserName { get; set; }
        /// <summary>
        /// 复核时间
        /// </summary>
        public DateTime? CheckTime { get; set; }
    }
    public class ExStockInfoDto
@@ -128,7 +138,7 @@
        public string SkuNo { get; set; }       //物料编码
        public string SkuName { get; set; }       //物料名称
        public decimal Qty { get; set; }        //库存数量
        public int ExQty { get; set; }        //数量
        public decimal ExQty { get; set; }        //数量
        public string Standard { get; set; }
        public string IsBale { get; set; }  //是否裹包
        public string IsBelt { get; set; }  //是否打带
@@ -214,7 +224,7 @@
        /// <summary>
        /// Desc:数量
        /// </summary>           
        public int Qty { get; set; }
        public decimal Qty { get; set; }
        /// <summary>
        /// Desc:拣货数量