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