lss
2025-05-16 790eb4d466531a0a727fbc617eb6447167c1da54
HH.WCS.Mobox3/HH.WCS.Mobox3.Emerson/api/DebugController.cs
File was renamed from HH.WCS.Mobox3/HH.WCS.Mobox3.EmersonWCS/api/DebugController.cs
@@ -1,13 +1,13 @@

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>