|
|
@ -47,14 +47,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
[Required(ErrorMessage = "{0}是必填项")] |
|
|
|
[ImporterHeader(Name = "厂内物料号")] |
|
|
|
public string LU { set; get; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 业务类型
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "业务类型")] |
|
|
|
[ImporterHeader(Name = "业务分类")] |
|
|
|
public EnumBusinessType BusinessType { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 替换厂内物料号
|
|
|
|
/// </summary>
|
|
|
@ -75,14 +67,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos |
|
|
|
[Display(Name = "厂内物料号")] |
|
|
|
[ExporterHeader(DisplayName = "厂内物料号")] |
|
|
|
public string LU { set; get; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 业务类型
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "业务类型")] |
|
|
|
[ExporterHeader(DisplayName = "业务分类")] |
|
|
|
public EnumBusinessType BusinessType { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 替换厂内物料号
|
|
|
|
/// </summary>
|
|
|
|