停机时长维修时长字段字符串改数字类型

This commit is contained in:
2023-08-04 17:39:11 +08:00
parent 7d86948fb0
commit 440d4d9fc3
5 changed files with 28 additions and 4 deletions

View File

@@ -39,6 +39,22 @@ public partial class PrdInstockH : BaseEntity<string>
/// </summary>
public string location_code { get; set; } = string.Empty;
/// <summary>
/// 工位id
/// </summary>
public string? station_id { get; set; }
/// <summary>
/// 产线id
/// </summary>
public string? workline_id { get; set; }
/// <summary>
/// 车间id
/// </summary>
public string? workshop_id { get; set; }
/// <summary>
/// 检验(0-未检 1-已检)