MmMaterialExcelDto2
This commit is contained in:
@@ -126,4 +126,55 @@ namespace DOAN.Model.BZFM.Dto
|
||||
[ExcelColumn(Name = "描述")]
|
||||
public string Description { get; set; }
|
||||
}
|
||||
|
||||
// <summary>
|
||||
/// 物料清单导入导出
|
||||
/// </summary>
|
||||
public class MmMaterialExcelDto2
|
||||
{
|
||||
[ExcelColumn(Name = "id")]
|
||||
public int Id { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "物料标号")]
|
||||
public string 物料标号 { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "物料编码")]
|
||||
public string 物料编码 { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "物料名称")]
|
||||
public string 物料名称 { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "规格")]
|
||||
public string 规格 { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "物料分类编码")]
|
||||
public string 物料分类编码 { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "物料分类名称")]
|
||||
public string 物料分类名称 { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "计量单位")]
|
||||
public string 计量单位 { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "供应商编码")]
|
||||
public string 供应商编码 { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "供应商名称")]
|
||||
public string 供应商名称 { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "安全库存")]
|
||||
public decimal 安全库存 { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "状态")]
|
||||
public string 状态 { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "创建时间")]
|
||||
public DateTime? 创建时间 { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "更新时间")]
|
||||
public DateTime? 更新时间 { get; set; }
|
||||
|
||||
[ExcelColumn(Name = "描述")]
|
||||
public string 描述 { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user