Administrator
2024-02-01 b6337b7478765f3bf3628e84c0ecfac133d61b95
Wms/Model/ModelDto/BllSoDto/ExportNoticeDto.cs
@@ -111,7 +111,7 @@
        public string SkuName { get; set; }
        public string Standard { get; set; }
        public string LotNo { get; set; }
        public int? Qty { get; set; }
        public decimal? Qty { get; set; }
    }
    public class EditExportNotifyDto
@@ -127,7 +127,7 @@
        public string LotNo { get; set; }       //批次
        public string SkuNo { get; set; }       //物料编码
        public string SkuName { get; set; }       //物料名称
        public int Qty { get; set; }        //库存数量
        public decimal Qty { get; set; }        //库存数量
        public int ExQty { get; set; }        //数量
        public string Standard { get; set; }
        public string IsBale { get; set; }  //是否裹包
@@ -219,7 +219,7 @@
        /// <summary>
        /// Desc:拣货数量
        /// </summary>           
        public int? CompleteQty { get; set; }
        public decimal? CompleteQty { get; set; }
        /// <summary>
        /// Desc:状态