File was renamed from HH.WCS.Mobox3/HH.WCS.Mobox3.EmersonWCS/api/DebugController.cs |
| | |
| | | |
| | | using HH.WCS.EmersonWcs.device; |
| | | using HH.WCS.Emerson.device; |
| | | using Newtonsoft.Json; |
| | | using System.Web.Http; |
| | | using static HH.WCS.EmersonWcs.api.ApiHelper; |
| | | using static HH.WCS.EmersonWcs.api.ApiModel; |
| | | using static HH.WCS.EmersonWcs.api.OtherModel; |
| | | using static HH.WCS.EmersonWcs.device.S7Helper; |
| | | using static HH.WCS.Emerson.api.ApiHelper; |
| | | using static HH.WCS.Emerson.api.ApiModel; |
| | | using static HH.WCS.Emerson.api.OtherModel; |
| | | using static HH.WCS.Emerson.device.S7Helper; |
| | | |
| | | namespace HH.WCS.EmersonWcs.api { |
| | | namespace HH.WCS.Emerson.api { |
| | | /// <summary> |
| | | /// 测试用,如果项目中要和设备对接,前期设备无法测试,用接口模拟 |
| | | /// </summary> |