Wms/Model/ModelVm/BllSoVm/ExportNoticeVm.cs
@@ -43,7 +43,7 @@ public string LotNo { get; set; } //批次 public string SkuNo { get; set; } //物料编码 [Required] public int Qty { get; set; } //数量 public decimal Qty { get; set; } //数量 [MaxLength(3)] public string IsBale { get; set; } //是否裹包 [MaxLength(3)] @@ -122,7 +122,7 @@ /// <summary> /// 出库数量 /// </summary> public int Qty { get; set; } public decimal Qty { get; set; } } /// <summary>