9/8
This commit is contained in:
@@ -68,7 +68,13 @@ namespace ZR.Admin.WebApi.Controllers.mes.md
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
[HttpGet("getworkstationList")]
|
||||
public IActionResult GetworkstationList()
|
||||
{
|
||||
List<MdWorkstation> workstations= deviceService.getworkstationList();
|
||||
return SUCCESS(workstations);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user