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

@@ -45,5 +45,7 @@ namespace Tnb.ProductionMgr.Entities
public DateTime? end_repair_time { get; set; }
public DateTime? confirm_time { get; set; }
public string status { get; set; }
}
}