| | |
| | | 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 |
| | |
| | | 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; } //是否裹包 |
| | |
| | | /// <summary> |
| | | /// Desc:拣货数量 |
| | | /// </summary> |
| | | public int? CompleteQty { get; set; } |
| | | public decimal? CompleteQty { get; set; } |
| | | |
| | | /// <summary> |
| | | /// Desc:状态 |