File was renamed from HH.WCS.Mobox3/HH.WCS.Mobox3.EmersonWCS/api/ApiHelper.cs |
| | |
| | | using HH.WCS.EmersonWcs.device; |
| | | using HH.WCS.Emerson.device; |
| | | |
| | | using HH.WCS.EmersonWcs.process; |
| | | using HH.WCS.EmersonWcs.util; |
| | | using HH.WCS.EmersonWcs.wms; |
| | | using HH.WCS.Emerson.process; |
| | | using HH.WCS.Emerson.util; |
| | | using HH.WCS.Emerson.wms; |
| | | using Newtonsoft.Json; |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Threading; |
| | | using static HH.WCS.EmersonWcs.api.ApiModel; |
| | | using static HH.WCS.EmersonWcs.api.OtherModel; |
| | | using static HH.WCS.Emerson.api.ApiModel; |
| | | using static HH.WCS.Emerson.api.OtherModel; |
| | | |
| | | namespace HH.WCS.EmersonWcs.api |
| | | namespace HH.WCS.Emerson.api |
| | | { |
| | | /// <summary> |
| | | /// api接口辅助类 |