1
This commit is contained in:
@@ -58,19 +58,19 @@ namespace ZR.Model.MES.wms.Dto
|
||||
|
||||
public DateTime? UpdatedTime { get; set; }
|
||||
}
|
||||
// 一次合格导出
|
||||
// 一次合格(产成品)导出
|
||||
[SugarTable("wm_one_time_record", "一次合格表")]
|
||||
public class WmOneTimeInventoryExportDto
|
||||
{
|
||||
[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