本月每天产量

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

@@ -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>
/// 备注