Tjiny
2025-05-20 74938606dd1dd8d7d77f053492b987f96a867338
输送线交互开发
32个文件已修改
119 ■■■■ 已修改文件
HH.WCS.Mobox3.HaiCheng/Controller/FourWayCarController.cs 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Controller/Service/FourWayCarService.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Controller/Service/OperationService.cs 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Controller/Service/ThirdPartyService.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Entity/BaseModel.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Entity/Dto/ContainerDto.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Entity/Dto/ConveyorlinesInfoDto.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Entity/Dto/FourWayCarCommanDto.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Entity/Dto/FourWayCarCreateDto.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Entity/Dto/HoisterDto.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Entity/Dto/LineTaskDto.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Entity/Dto/ResultDto.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Entity/Location.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Entity/Operation.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Entity/Task.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Procss/ThreadTask.cs 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Program.cs 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Util/EquipmentCommunication/ModbusHelper.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Util/EquipmentCommunication/OITcpHelper.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Util/EquipmentCommunication/PlcHelper.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Util/EquipmentCommunication/S7Helper.cs 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Util/EquipmentCommunication/TcpClient.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Util/EquipmentCommunication/TcpServer.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Util/Helper/AdoSqlHelper.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Util/Helper/HttpHelper.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Util/Helper/LogHelper.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Util/Helper/NdcHelper.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Util/Helper/STAttribute.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Util/Helper/SYSHelper.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Util/Helper/Settings.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Util/Helper/SqlHelper.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Util/Helper/StrHelper.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HH.WCS.Mobox3.HaiCheng/Controller/FourWayCarController.cs
@@ -1,8 +1,6 @@
using System.Web.Http;
using HH.WCS.Mobox3.HaiCheng.Controller.Service;
using HH.WCS.Mobox3.HaiCheng.Entity.Dto;
namespace HH.WCS.Mobox3.HaiCheng.Controller
namespace HH.WCS.Mobox3.Template.Controller
{
    /// <summary>
    /// 四向车
HH.WCS.Mobox3.HaiCheng/Controller/Service/FourWayCarService.cs
@@ -1,7 +1,7 @@
using HH.WCS.Mobox3.HaiCheng.Entity.Dto;
using HH.WCS.Mobox3.HaiCheng.Util.Helper;
using HH.WCS.Mobox3.Template.Entity.Dto;
using HH.WCS.Mobox3.Template.Util.Helper;
namespace HH.WCS.Mobox3.HaiCheng.Controller.Service
namespace HH.WCS.Mobox3.Template.Controller.Service
{
    /// <summary>
    /// 四向车方法
HH.WCS.Mobox3.HaiCheng/Controller/Service/OperationService.cs
@@ -1,12 +1,10 @@
using System;
using System.Linq;
using System.Web.Management;
using HH.WCS.Mobox3.HaiCheng.Entity;
using HH.WCS.Mobox3.HaiCheng.Entity.Dto;
using HH.WCS.Mobox3.HaiCheng.Util.EquipmentCommunication;
using HH.WCS.Mobox3.HaiCheng.Util.Helper;
using HH.WCS.Mobox3.Template.Entity;
using HH.WCS.Mobox3.Template.Entity.Dto;
using HH.WCS.Mobox3.Template.Util.Helper;
namespace HH.WCS.Mobox3.HaiCheng.Controller.Service
namespace HH.WCS.Mobox3.Template.Controller.Service
{
    /// <summary>
    /// 作业实现类
HH.WCS.Mobox3.HaiCheng/Controller/Service/ThirdPartyService.cs
@@ -1,8 +1,8 @@
using HH.WCS.Mobox3.HaiCheng.Entity.Dto;
using HH.WCS.Mobox3.HaiCheng.Util.Helper;
using HH.WCS.Mobox3.Template.Entity.Dto;
using HH.WCS.Mobox3.Template.Util.Helper;
using Newtonsoft.Json;
namespace HH.WCS.Mobox3.HaiCheng.Controller.Service
namespace HH.WCS.Mobox3.Template.Controller.Service
{
    /// <summary>
    /// 第三方实现类
HH.WCS.Mobox3.HaiCheng/Entity/BaseModel.cs
@@ -1,7 +1,7 @@
using System;
using SqlSugar;
namespace HH.WCS.Mobox3.HaiCheng.Entity
namespace HH.WCS.Mobox3.Template.Entity
{
    /// <summary>
    /// 基础类
HH.WCS.Mobox3.HaiCheng/Entity/Dto/ContainerDto.cs
@@ -1,4 +1,4 @@
namespace HH.WCS.Mobox3.HaiCheng.Entity.Dto
namespace HH.WCS.Mobox3.Template.Entity.Dto
{
    /// <summary>
    /// 托盘编号
HH.WCS.Mobox3.HaiCheng/Entity/Dto/ConveyorlinesInfoDto.cs
@@ -1,4 +1,4 @@
namespace HH.WCS.Mobox3.HaiCheng.Entity.Dto
namespace HH.WCS.Mobox3.Template.Entity.Dto
{
    /// <summary>
    /// 线体设备
HH.WCS.Mobox3.HaiCheng/Entity/Dto/FourWayCarCommanDto.cs
@@ -1,6 +1,6 @@
using System.Collections.Generic;
namespace HH.WCS.Mobox3.HaiCheng.Entity.Dto
namespace HH.WCS.Mobox3.Template.Entity.Dto
{
    /// <summary>
    /// 四向车取消/强制完成订单模板
HH.WCS.Mobox3.HaiCheng/Entity/Dto/FourWayCarCreateDto.cs
@@ -1,4 +1,4 @@
namespace HH.WCS.Mobox3.HaiCheng.Entity.Dto
namespace HH.WCS.Mobox3.Template.Entity.Dto
{
    /// <summary>
    /// 四向车创建订单模板
HH.WCS.Mobox3.HaiCheng/Entity/Dto/HoisterDto.cs
@@ -1,4 +1,4 @@
namespace HH.WCS.Mobox3.HaiCheng.Entity.Dto
namespace HH.WCS.Mobox3.Template.Entity.Dto
{
    /// <summary>
    /// 提升机DTO
HH.WCS.Mobox3.HaiCheng/Entity/Dto/LineTaskDto.cs
@@ -1,4 +1,4 @@
namespace HH.WCS.Mobox3.HaiCheng.Entity.Dto
namespace HH.WCS.Mobox3.Template.Entity.Dto
{
    /// <summary>
    /// 线体任务DTO
HH.WCS.Mobox3.HaiCheng/Entity/Dto/ResultDto.cs
@@ -1,4 +1,4 @@
namespace HH.WCS.Mobox3.HaiCheng.Entity.Dto
namespace HH.WCS.Mobox3.Template.Entity.Dto
{
    /// <summary>
    /// 第三方接口返回参数
HH.WCS.Mobox3.HaiCheng/Entity/Location.cs
@@ -1,8 +1,7 @@
using System;
using HH.WCS.Mobox3.HaiCheng.Util.Helper;
using SqlSugar;
namespace HH.WCS.Mobox3.HaiCheng.Entity;
namespace HH.WCS.Mobox3.Template.Entity;
/// <summary>
/// 货位表
HH.WCS.Mobox3.HaiCheng/Entity/Operation.cs
@@ -1,7 +1,7 @@
using SqlSugar;
using DateTime = System.DateTime;
namespace HH.WCS.Mobox3.HaiCheng.Entity
namespace HH.WCS.Mobox3.Template.Entity
{
    /// <summary>
    /// 作业表
HH.WCS.Mobox3.HaiCheng/Entity/Task.cs
@@ -1,7 +1,7 @@
using System;
using SqlSugar;
namespace HH.WCS.Mobox3.HaiCheng.Entity
namespace HH.WCS.Mobox3.Template.Entity
{
    /// <summary>
    /// 任务表
HH.WCS.Mobox3.HaiCheng/Procss/ThreadTask.cs
@@ -1,12 +1,12 @@
using System;
using System.Linq;
using HH.WCS.Mobox3.HaiCheng.Controller.Service;
using HH.WCS.Mobox3.HaiCheng.Entity;
using HH.WCS.Mobox3.HaiCheng.Entity.Dto;
using HH.WCS.Mobox3.HaiCheng.Util.EquipmentCommunication;
using HH.WCS.Mobox3.HaiCheng.Util.Helper;
using HH.WCS.Mobox3.Template.Controller.Service;
using HH.WCS.Mobox3.Template.Entity;
using HH.WCS.Mobox3.Template.Entity.Dto;
using HH.WCS.Mobox3.Template.Util.EquipmentCommunication;
using HH.WCS.Mobox3.Template.Util.Helper;
namespace HH.WCS.Mobox3.HaiCheng.Procss
namespace HH.WCS.Mobox3.Template.Procss
{
    /// <summary>
    /// 线体任务
HH.WCS.Mobox3.HaiCheng/Program.cs
@@ -1,17 +1,16 @@
using Microsoft.Owin.Hosting;
using System;
using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using HH.WCS.Mobox3.HaiCheng.Procss;
using HH.WCS.Mobox3.HaiCheng.Util.EquipmentCommunication;
using HH.WCS.Mobox3.HaiCheng.Util.Helper;
using HH.WCS.Mobox3.Template;
using HH.WCS.Mobox3.Template.Procss;
using HH.WCS.Mobox3.Template.Util.EquipmentCommunication;
using HH.WCS.Mobox3.Template.Util.Helper;
using Microsoft.Owin.Hosting;
using Topshelf;
namespace HH.WCS.Mobox3.HaiCheng
namespace HH.WCS.Mobox3.Template
{
    /// <summary>
    /// 
HH.WCS.Mobox3.HaiCheng/Util/EquipmentCommunication/ModbusHelper.cs
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using EasyModbus;
namespace HH.WCS.Mobox3.HaiCheng.Util.EquipmentCommunication
namespace HH.WCS.Mobox3.Template.Util.EquipmentCommunication
{
    /// <summary>
    /// modbus tcp
HH.WCS.Mobox3.HaiCheng/Util/EquipmentCommunication/OITcpHelper.cs
@@ -1,8 +1,8 @@
using System;
using HH.WCS.Mobox3.HaiCheng.Util.Helper;
using HH.WCS.Mobox3.Template.Util.Helper;
using Newtonsoft.Json;
namespace HH.WCS.Mobox3.HaiCheng.Util.EquipmentCommunication
namespace HH.WCS.Mobox3.Template.Util.EquipmentCommunication
{
    /// <summary>
    /// oitcp中转
HH.WCS.Mobox3.HaiCheng/Util/EquipmentCommunication/PlcHelper.cs
@@ -2,7 +2,7 @@
using System.Linq;
using System.Text;
namespace HH.WCS.Mobox3.HaiCheng.Util.EquipmentCommunication
namespace HH.WCS.Mobox3.Template.Util.EquipmentCommunication
{
    internal class PlcHelper
    {
HH.WCS.Mobox3.HaiCheng/Util/EquipmentCommunication/S7Helper.cs
@@ -1,13 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using HH.WCS.Mobox3.HaiCheng.Entity.Dto;
using HH.WCS.Mobox3.HaiCheng.Util.Helper;
using HH.WCS.Mobox3.Template.Entity.Dto;
using HH.WCS.Mobox3.Template.Util.Helper;
using S7.Net;
using S7.Net.Types;
using Timer = S7.Net.Types.Timer;
namespace HH.WCS.Mobox3.HaiCheng.Util.EquipmentCommunication
namespace HH.WCS.Mobox3.Template.Util.EquipmentCommunication
{
    /// <summary>
    /// 西门子S7线体服务帮助类
HH.WCS.Mobox3.HaiCheng/Util/EquipmentCommunication/TcpClient.cs
@@ -1,9 +1,9 @@
using System;
using System.Collections.Generic;
using System.Net.Sockets;
using HH.WCS.Mobox3.HaiCheng.Util.Helper;
using HH.WCS.Mobox3.Template.Util.Helper;
namespace HH.WCS.Mobox3.HaiCheng.Util.EquipmentCommunication
namespace HH.WCS.Mobox3.Template.Util.EquipmentCommunication
{
    internal class TcpClient
    {
HH.WCS.Mobox3.HaiCheng/Util/EquipmentCommunication/TcpServer.cs
@@ -4,7 +4,7 @@
using System.Net;
using System.Net.Sockets;
namespace HH.WCS.Mobox3.HaiCheng.Util.EquipmentCommunication
namespace HH.WCS.Mobox3.Template.Util.EquipmentCommunication
{
    public class TcpServer
    {
HH.WCS.Mobox3.HaiCheng/Util/Helper/AdoSqlHelper.cs
@@ -1,9 +1,8 @@
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using Newtonsoft.Json;
namespace HH.WCS.Mobox3.HaiCheng.Util.Helper
namespace HH.WCS.Mobox3.Template.Util.Helper
{
    /// <summary>
    /// 数据库连接帮助类
HH.WCS.Mobox3.HaiCheng/Util/Helper/HttpHelper.cs
@@ -5,7 +5,7 @@
using System.Net;
using System.Text;
namespace HH.WCS.Mobox3.HaiCheng.Util.Helper {
namespace HH.WCS.Mobox3.Template.Util.Helper {
    public class HttpHelper {
        public string WebPost(string url, string postData, string cotentType = "application/json") {
            Console.WriteLine(url);
HH.WCS.Mobox3.HaiCheng/Util/Helper/LogHelper.cs
@@ -5,7 +5,7 @@
using NLog.Config;
using NLog.Targets;
namespace HH.WCS.Mobox3.HaiCheng.Util.Helper
namespace HH.WCS.Mobox3.Template.Util.Helper
{
    public class LogHelper
HH.WCS.Mobox3.HaiCheng/Util/Helper/NdcHelper.cs
@@ -4,7 +4,7 @@
using System.Xml;
using Newtonsoft.Json;
namespace HH.WCS.Mobox3.HaiCheng.Util.Helper
namespace HH.WCS.Mobox3.Template.Util.Helper
{
    /// <summary>
    /// NDC拼接帮助方法
HH.WCS.Mobox3.HaiCheng/Util/Helper/STAttribute.cs
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using SqlSugar;
namespace HH.WCS.Mobox3.HaiCheng.Util.Helper
namespace HH.WCS.Mobox3.Template.Util.Helper
{
   
    [AttributeUsage(AttributeTargets.Class, Inherited = true)]
HH.WCS.Mobox3.HaiCheng/Util/Helper/SYSHelper.cs
@@ -1,6 +1,6 @@
using SqlSugar;
namespace HH.WCS.Mobox3.HaiCheng.Util.Helper
namespace HH.WCS.Mobox3.Template.Util.Helper
{
    internal class SYSHelper
    {
HH.WCS.Mobox3.HaiCheng/Util/Helper/Settings.cs
@@ -1,10 +1,10 @@
using System;
using System.Collections.Generic;
using HH.WCS.Mobox3.HaiCheng.Entity.Dto;
using HH.WCS.Mobox3.Template.Entity.Dto;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace HH.WCS.Mobox3.HaiCheng.Util.Helper
namespace HH.WCS.Mobox3.Template.Util.Helper
{
    public class Settings
    {
HH.WCS.Mobox3.HaiCheng/Util/Helper/SqlHelper.cs
@@ -4,7 +4,7 @@
using System.Linq.Expressions;
using SqlSugar;
namespace HH.WCS.Mobox3.HaiCheng.Util.Helper
namespace HH.WCS.Mobox3.Template.Util.Helper
{
    //https://www.donet5.com/Home/Doc
    public class SqlHelper<T> where T : class, new()
HH.WCS.Mobox3.HaiCheng/Util/Helper/StrHelper.cs
@@ -1,7 +1,7 @@
using System;
using System.Security.Cryptography;
namespace HH.WCS.Mobox3.HaiCheng.Util.Helper
namespace HH.WCS.Mobox3.Template.Util.Helper
{
    internal class StrHelper
    {