andon增加状态

This commit is contained in:
2023-10-10 14:53:22 +08:00
parent ac1c140e4a
commit e4cb261e22
5 changed files with 94 additions and 24 deletions

View File

@@ -4,6 +4,8 @@ namespace Tnb.ProductionMgr.Entities.Dto
{
public string andon_type_id { get; set; }
public string status { get; set; }
/// <summary>
/// 页码.
/// </summary>

View File

@@ -11,5 +11,6 @@ namespace Tnb.ProductionMgr.Entities.Dto
public string? start_repair_time { get; set; }
public string? end_repair_time { get; set; }
public string? confirm_time { get; set; }
public string status { get; set; }
}
}