Wms/Model/ModelVm/BllSoVm/ExportNoticeVm.cs
@@ -30,9 +30,13 @@ public class AddEditExportNoticeVm { public int? Id { get; set; } //Id /// <summary> /// 0:成品出库、1:领料出库、2:抽检出库、4:不合格品出库、7:其他出库、9生产领料出库 ///3:物料取样出库、5:中间品出库、6:代储出库、8:寄存出库 /// </summary> [Required] [MaxLength(3)] public string Type { get; set; } //单据类型 public string WareHouseNo { get; set; } //仓库号 public string CustomerNo { get; set; } //客户编码 public int? LogisticsId { get; set; } //承运商 public List<AddEditExportNoticeDetailVm> Detail { get; set; }