mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-02 06:26:35 +08:00
优化了示例工程
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Net461DllTest.Web
|
||||
public class ApiController : ControllerBase
|
||||
{
|
||||
[AutoInjection]
|
||||
public PlcDevice PlcDevice { get; set; }
|
||||
public SiemensPlcDevice PlcDevice { get; set; }
|
||||
|
||||
[WebApi(API.POST)]
|
||||
public dynamic Trigger([Url] string type, int value)
|
||||
|
||||
Reference in New Issue
Block a user