| | |
| | | { |
| | | public string WareHouseNo { get; set; } |
| | | public string Type { get; set; } |
| | | public string OwnerNo { get; set; } |
| | | public string Msg { get; set; } |
| | | } |
| | | public class AddEditExportNoticeVm |
| | |
| | | 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)] |
| | |
| | | /// <summary> |
| | | /// 出库数量 |
| | | /// </summary> |
| | | public int Qty { get; set; } |
| | | public decimal Qty { get; set; } |
| | | } |
| | | |
| | | /// <summary> |