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

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

@@ -25,6 +25,11 @@ namespace Tnb.ProductionMgr.Entities.Dto
/// </summary>
public int is_check { get; set; }
public string? station_id { get; set; }
public string? workline_id { get; set; }
public string? workshop_id { get; set; }
/// <summary>
/// 子表明细
/// </summary>