Added Hot Work Order information into downed tool table and as a line item in the daily report.
This commit is contained in:
@ -58,4 +58,7 @@ public class ScrapeDBController : ControllerBase
|
||||
|
||||
[HttpGet("GetCurrentHoldLots")]
|
||||
public List<HoldLot> GetCurrentHoldLots() => _scrapeDBRepository.GetCurrentHoldLots();
|
||||
|
||||
[HttpGet("GetCurrentHotWORunning")]
|
||||
public List<string> GetCurrentHotWORunning() => _scrapeDBRepository.GetCurrentHotWORunning();
|
||||
}
|
Reference in New Issue
Block a user