本月每天产量
This commit is contained in:
@@ -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>
|
||||
/// 备注
|
||||
|
||||
Reference in New Issue
Block a user