抛光库导入
This commit is contained in:
@@ -36,6 +36,8 @@ namespace ZR.Model.MES.wms.Dto
|
||||
|
||||
public int? Quantity { get; set; }
|
||||
|
||||
public int RealQuantity { get; set; }
|
||||
|
||||
public int? MaxNum { get; set; }
|
||||
|
||||
public int? MinNum { get; set; }
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
using MiniExcelLibs.Attributes;
|
||||
|
||||
namespace ZR.Model.MES.wms.Dto
|
||||
{
|
||||
/// <summary>
|
||||
@@ -59,20 +61,19 @@ namespace ZR.Model.MES.wms.Dto
|
||||
|
||||
public DateTime? UpdatedTime { get; set; }
|
||||
}
|
||||
|
||||
[SugarTable("wm_polish_inventory", "抛光表")]
|
||||
public class WmPolishInventoryExportDto
|
||||
{
|
||||
[SugarColumn(ColumnName = "partnumber")]
|
||||
public string 零件号 { get; set; }
|
||||
|
||||
public string 颜色 { get; set; }
|
||||
|
||||
public string 规格 { get; set; }
|
||||
|
||||
public string 描述 { get; set; }
|
||||
|
||||
[SugarColumn(ColumnName = "quantity")]
|
||||
public int 盘点数 { get; set; } = 0;
|
||||
|
||||
public int 现有库存 { get; set; } = 0;
|
||||
[SugarColumn(ColumnName = "CREATED_TIME")]
|
||||
public DateTime? 盘点时间 { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user