1
This commit is contained in:
@@ -58,6 +58,16 @@ namespace ZR.Model.MES.wms.Dto
|
||||
|
||||
public DateTime? UpdatedTime { get; set; }
|
||||
}
|
||||
|
||||
public class WmOneTimeInventoryTableDto
|
||||
{
|
||||
public int Total { get; set; }
|
||||
public int StocktakingTotal { get; set; }
|
||||
public int QuantitySum { get; set; }
|
||||
public int RealQuantitySum { get; set; }
|
||||
public List<WmOneTimeInventoryDto> Result { get; set; }
|
||||
}
|
||||
|
||||
// 一次合格(产成品)导出
|
||||
[SugarTable("wm_one_time_record", "一次合格表")]
|
||||
public class WmOneTimeInventoryExportDto
|
||||
|
||||
@@ -61,6 +61,16 @@ namespace ZR.Model.MES.wms.Dto
|
||||
|
||||
public DateTime? UpdatedTime { get; set; }
|
||||
}
|
||||
|
||||
public class WmPolishInventoryTableDto
|
||||
{
|
||||
public int Total { get; set; }
|
||||
public int StocktakingTotal { get; set; }
|
||||
public int QuantitySum { get; set; }
|
||||
public int RealQuantitySum { get; set; }
|
||||
public List<WmPolishInventoryDto> Result { get; set; }
|
||||
}
|
||||
|
||||
[SugarTable("wm_polish_inventory", "抛光表")]
|
||||
public class WmPolishInventoryExportDto
|
||||
{
|
||||
@@ -69,11 +79,12 @@ namespace ZR.Model.MES.wms.Dto
|
||||
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