本月每天产量

This commit is contained in:
qianhao.xu
2024-12-22 15:12:10 +08:00
parent 37146621c1
commit 54e920680d
9 changed files with 224 additions and 116 deletions

View File

@@ -8,7 +8,7 @@ namespace DOAN.Model.BZFM.Dto
{
public string Workorder { get; set; }
public string RouteCode { get; set; }
public string RouteId { get; set; }
public int ProcessId { get; set; }
@@ -27,7 +27,7 @@ namespace DOAN.Model.BZFM.Dto
public string Workorder { get; set; }
public string RouteCode { get; set; }
public string RouteId { get; set; }
public int ProcessId { get; set; }
public string ProcessName { get; set; }
@@ -40,7 +40,7 @@ namespace DOAN.Model.BZFM.Dto
public string Worker { get; set; }
public DateTime? JobDate { get; set; }
public DateTime? JobDateTime { get; set; }
public string Remark { get; set; }

View File

@@ -21,8 +21,8 @@ namespace DOAN.Model.MES.product
/// <summary>
/// 路线code
/// </summary>
[SugarColumn(ColumnName = "route_code")]
public string RouteCode { get; set; }
[SugarColumn(ColumnName = "route_id")]
public int RouteId { get; set; }
/// <summary>
/// 工序id
@@ -56,8 +56,8 @@ namespace DOAN.Model.MES.product
/// <summary>
/// 作业日期
/// </summary>
[SugarColumn(ColumnName = "job_date")]
public DateTime? JobDate { get; set; }
[SugarColumn(ColumnName = "job_datetime")]
public DateTime? JobDateTime { get; set; }
/// <summary>
/// 备注