Dto调整1
This commit is contained in:
@@ -89,39 +89,48 @@ namespace DOAN.Model.BZFM.Dto
|
||||
public string Type { get; set; }
|
||||
|
||||
//[ExcelColumn(Name = "物料编码")]
|
||||
[SugarColumn(ColumnName = "material_code")]
|
||||
public string MaterialCode { get; set; }
|
||||
|
||||
//[ExcelColumn(Name = "物料名称")]
|
||||
[SugarColumn(ColumnName = "material_name")]
|
||||
public string MaterialName { get; set; }
|
||||
|
||||
//[ExcelColumn(Name = "规格")]
|
||||
public string Specification { get; set; }
|
||||
|
||||
//[ExcelColumn(Name = "物料分类编码")]
|
||||
[SugarColumn(ColumnName = "category_code")]
|
||||
public string CategoryCode { get; set; }
|
||||
|
||||
//[ExcelColumn(Name = "物料分类名称")]
|
||||
[SugarColumn(ColumnName = "category_name")]
|
||||
public string CategoryName { get; set; }
|
||||
|
||||
//[ExcelColumn(Name = "计量单位")]
|
||||
public string Unit { get; set; }
|
||||
|
||||
//[ExcelColumn(Name = "供应商编码")]
|
||||
[SugarColumn(ColumnName = "supplier_code")]
|
||||
public string SupplierCode { get; set; }
|
||||
|
||||
//[ExcelColumn(Name = "供应商名称")]
|
||||
[SugarColumn(ColumnName = "supplier_name")]
|
||||
public string SupplierName { get; set; }
|
||||
|
||||
//[ExcelColumn(Name = "安全库存")]
|
||||
[SugarColumn(ColumnName = "safety_stock")]
|
||||
public decimal SafetyStock { get; set; }
|
||||
|
||||
//[ExcelColumn(Name = "状态")]
|
||||
public string Status { get; set; }
|
||||
|
||||
//[ExcelColumn(Name = "创建时间")]
|
||||
[SugarColumn(ColumnName = "created_time")]
|
||||
public DateTime? CreatedTime { get; set; }
|
||||
|
||||
//[ExcelColumn(Name = "更新时间")]
|
||||
[SugarColumn(ColumnName = "updated_time")]
|
||||
public DateTime? UpdatedTime { get; set; }
|
||||
|
||||
//[ExcelColumn(Name = "描述")]
|
||||
|
||||
Reference in New Issue
Block a user