MmMaterialExcelDto更改
This commit is contained in:
@@ -81,9 +81,12 @@ namespace DOAN.Model.BZFM.Dto
|
||||
/// </summary>
|
||||
public class MmMaterialExcelDto
|
||||
{
|
||||
[ExcelColumn(Name = "")]
|
||||
[ExcelColumn(Name = "id")]
|
||||
public int Id { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "物料标号")]
|
||||
public string Type { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "物料编码")]
|
||||
public string MaterialCode { get; set; }
|
||||
|
||||
@@ -102,9 +105,6 @@ namespace DOAN.Model.BZFM.Dto
|
||||
[ExcelColumn(Name = "计量单位")]
|
||||
public string Unit { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "物料标号")]
|
||||
public string Type { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "供应商编码")]
|
||||
public string SupplierCode { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user