服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
4 天以前 36746596927952a6b860129a62eec9059bf083a7
Tiger.Business.WMS/Transaction/ShelfRemote.cs
@@ -9,7 +9,7 @@
using System.Threading;
using System.Threading.Tasks;
using Tiger.Model;
using Org.BouncyCastle.Ocsp;
using Newtonsoft.Json;
using Apache.NMS.ActiveMQ.Commands;
using Tiger.IBusiness;
@@ -17,7 +17,7 @@
namespace Tiger.Business.WMS.Transaction
{
    /// <summary>
    /// 货架遥控器
    /// 货架遥控事务
    /// </summary>
    public class ShelfRemote : WMSTransactionBase, IShelfRemote
    {