test plc
This commit is contained in:
@@ -38,6 +38,14 @@ namespace DOAN.Admin.WebApi.Controllers.PBL
|
||||
|
||||
return SUCCESS(response);
|
||||
}
|
||||
[HttpGet("test_plc")]
|
||||
public IActionResult TestPLC(int num)
|
||||
{
|
||||
var response = mesInteraction.TestPLC(num);
|
||||
|
||||
return SUCCESS(response);
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user