服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-09-27 c9d8baca46a7c6ee27a1f8844112dd5f3a52e44b
优化了一些已知问题
已修改15个文件
33 ■■■■ 文件已修改
Tiger.Api/Controllers/Test/TestController.R.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Business.MES/Transaction/CollectNode.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Business.MES/Transaction/TestNode.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Business.MES/WorkAction/VerifyCustomSN.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Business.WMS/BS/BS.MaterialrReq.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Business.WMS/ERP/T100.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Business.WMS/Transaction/InFinished.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Business.WMS/Transaction/OutSplit.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Business.WMS/Transaction/ShelfRemote.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Business.WMS/iSRM/SrmToWms.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.IBusiness.MES/Transaction/ILoadingMaterial.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.IBusiness.WMS/Transaction/IOutOther.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.IBusiness.WMS/Transaction/IOutTransfer.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.IBusiness.WMS/Transaction/IOutWorkOrder.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Model.Net/Entitys/WMS/V_WMS_ITEM_SUM.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Api/Controllers/Test/TestController.R.cs
@@ -308,6 +308,7 @@
        [HttpGet]
        public async Task<IActionResult> DoSomething(int duration)
        {
            Barcode b = new("asdasd");
            var begin = DateTime.Now;
            while ((DateTime.Now - begin).TotalSeconds <= duration)
            {
@@ -317,7 +318,7 @@
                ConsoleExt.WriteLine($"Working {begin:mmssfff} ... {(percent > 1 ? 1 : percent):P0} ...", ConsoleColor.Green);
            }
            Logger.Default.Info($"{begin:mmssfff} completed");
            return Ok($"{begin:mmssfff} completed");
            return Ok($"{begin:mmssfff} completed {b.DateCode}");
        }
        [HttpPost]
Tiger.Business.MES/Transaction/CollectNode.cs
@@ -105,7 +105,7 @@
                                    info.InputQty = CurOperInfo(input.Locale).InputQty;
                                    action.Data.OperInfo = info;
                                }
                                else if (!IsFinishAllSteps)
                                else if (Steps.Any() && !IsFinishAllSteps)
                                {
                                    action.Data.OperInfo = SetOperNodeInfo(CurOperInfo(input.Locale));
                                }
Tiger.Business.MES/Transaction/TestNode.cs
@@ -106,7 +106,7 @@
                                    info.InputQty = CurOperInfo(input.Locale).InputQty;
                                    action.Data.OperInfo = info;
                                }
                                else if (!IsFinishAllSteps)
                                else if (Steps.Any() && !IsFinishAllSteps)
                                {
                                    action.Data.OperInfo = SetOperNodeInfo(CurOperInfo(input.Locale));
                                }
Tiger.Business.MES/WorkAction/VerifyCustomSN.cs
@@ -1,4 +1,4 @@
using Org.BouncyCastle.Ocsp;

using Rhea.Common;
using SqlSugar;
using System;
Tiger.Business.WMS/BS/BS.MaterialrReq.cs
@@ -1,6 +1,6 @@
using Apache.NMS;
using Newtonsoft.Json;
using Org.BouncyCastle.Ocsp;
using Rhea.Common;
using SqlSugar;
using System;
Tiger.Business.WMS/ERP/T100.cs
@@ -1,7 +1,7 @@
using Apache.NMS.ActiveMQ.Commands;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Org.BouncyCastle.Ocsp;
using Rhea.Common;
using System;
using System.Collections.Generic;
Tiger.Business.WMS/Transaction/InFinished.cs
@@ -1,5 +1,5 @@
using Newtonsoft.Json;
using Org.BouncyCastle.Ocsp;
using Rhea.Common;
using SqlSugar;
using System;
Tiger.Business.WMS/Transaction/OutSplit.cs
@@ -9,7 +9,7 @@
using System.Threading;
using System.Threading.Tasks;
using Tiger.Model;
using Org.BouncyCastle.Ocsp;
using Newtonsoft.Json;
using Tiger.IBusiness;
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;
Tiger.Business.WMS/iSRM/SrmToWms.cs
@@ -11,7 +11,7 @@
using Tiger.Model.Minsun;
using System.Diagnostics;
using SqlSugar;
using Org.BouncyCastle.Ocsp;
namespace Tiger.Business.WMS
{
Tiger.IBusiness.MES/Transaction/ILoadingMaterial.cs
@@ -1,4 +1,4 @@
using Org.BouncyCastle.Ocsp;

using Rhea.Common;
using System;
using System.Collections.Generic;
Tiger.IBusiness.WMS/Transaction/IOutOther.cs
@@ -1,4 +1,4 @@
using Org.BouncyCastle.Ocsp;

using Rhea.Common;
using System;
using System.Collections.Generic;
Tiger.IBusiness.WMS/Transaction/IOutTransfer.cs
@@ -1,4 +1,4 @@
using Org.BouncyCastle.Ocsp;

using Rhea.Common;
using System;
using System.Collections.Generic;
Tiger.IBusiness.WMS/Transaction/IOutWorkOrder.cs
@@ -1,4 +1,4 @@
using Org.BouncyCastle.Ocsp;

using Rhea.Common;
using System;
using System.Collections.Generic;
Tiger.Model.Net/Entitys/WMS/V_WMS_ITEM_SUM.cs
@@ -25,10 +25,6 @@
        #endregion
        #region 公共属性
        /// <summary>
        /// 据点
        /// </summary>
        public string AUTH_ORG { get; set; }
        /// <summary>
        /// 仓库