1
z8018
2025-12-18 c476fbfbef15b3f58441a034f53f97413321cb55
1
已添加2个文件
已修改4个文件
93 ■■■■■ 文件已修改
项目代码/WMS无仓储版/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1204.46620/CodeChunks.db 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WMS无仓储版/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1204.46620/SemanticSymbols.db 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_BasicService/MESOperation/FeedbackMesService.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/ReturnMES/BarcodeReturnDTO.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_Model/Models/Allocate/Dt_AllocateMaterialInfo_Hty.cs 42 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundLockInfo_Hty.cs 43 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WMS无仓储版/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1204.46620/CodeChunks.db
Binary files differ
项目代码/WMS无仓储版/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1204.46620/SemanticSymbols.db
Binary files differ
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_BasicService/MESOperation/FeedbackMesService.cs
@@ -355,7 +355,8 @@
                    Qty = materialCodeInfo.AfterQuantity,
                    SupplyCode = materialCodeInfo.SuplierCode,
                    Unit = materialCodeInfo.Unit,
                    WarehouseCode = materialCodeInfo.WarehouseCode
                    WarehouseCode = materialCodeInfo.WarehouseCode,
                    OldQty = materialCodeInfo.OriginalQuantity
                };
                string reqCode = Guid.NewGuid().ToString();
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/ReturnMES/BarcodeReturnDTO.cs
@@ -20,6 +20,11 @@
        /// <summary>
        /// 
        /// </summary>
        public decimal OldQty { get; set; }
        /// <summary>
        ///
        /// </summary>
        public string NewmaterialCode {  get; set; }
        /// <summary>
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_Model/Models/Allocate/Dt_AllocateMaterialInfo_Hty.cs
对比新文件
@@ -0,0 +1,42 @@
锘縰sing System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Magicodes.ExporterAndImporter.Core;
using SqlSugar;
using WIDESEA_Core.DB.Models;
namespace WIDESEA_Model.Models
{
    /// <summary>
    ///
    /// </summary>
    [SugarTable(nameof(Dt_AllocateMaterialInfo_Hty))]
    public class Dt_AllocateMaterialInfo_Hty : Dt_AllocateMaterialInfo, IBaseHistoryEntity
    {
        /// <summary>
        /// 鍘熻〃涓婚敭
        /// </summary>
        [ImporterHeader(Name = "鍘熻〃涓婚敭")]
        [ExporterHeader(DisplayName = "鍘熻〃涓婚敭")]
        [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "鍘熻〃涓婚敭")]
        public int SourceId { get; set; }
        /// <summary>
        /// 鎿嶄綔绫诲瀷
        /// </summary>
        [ImporterHeader(Name = "鎿嶄綔绫诲瀷")]
        [ExporterHeader(DisplayName = "鎿嶄綔绫诲瀷")]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鎿嶄綔绫诲瀷")]
        public string OperateType { get; set; }
        /// <summary>
        /// 绉诲叆鍘嗗彶鏃堕棿
        /// </summary>
        [ImporterHeader(Name = "绉诲叆鍘嗗彶鏃堕棿")]
        [ExporterHeader(DisplayName = "绉诲叆鍘嗗彶鏃堕棿")]
        [SugarColumn(IsNullable = false, ColumnDescription = "绉诲叆鍘嗗彶鏃堕棿")]
        public DateTime InsertTime { get; set; }
    }
}
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundLockInfo_Hty.cs
对比新文件
@@ -0,0 +1,43 @@
锘縰sing System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Magicodes.ExporterAndImporter.Core;
using SqlSugar;
using WIDESEA_Core.Attributes;
using WIDESEA_Core.DB.Models;
namespace WIDESEA_Model.Models
{
    /// <summary>
    /// 鍑哄簱璇︽儏
    /// </summary>
    [SugarTable(nameof(Dt_OutboundLockInfo_Hty), "鍑哄簱璇︽儏鍘嗗彶")]
    public class Dt_OutboundLockInfo_Hty : Dt_OutStockLockInfo, IBaseHistoryEntity
    {
        /// <summary>
        /// 鍘熻〃涓婚敭
        /// </summary>
        [ImporterHeader(Name = "鍘熻〃涓婚敭")]
        [ExporterHeader(DisplayName = "鍘熻〃涓婚敭")]
        [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "鍘熻〃涓婚敭")]
        public int SourceId { get; set; }
        /// <summary>
        /// 鎿嶄綔绫诲瀷
        /// </summary>
        [ImporterHeader(Name = "鎿嶄綔绫诲瀷")]
        [ExporterHeader(DisplayName = "鎿嶄綔绫诲瀷")]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鎿嶄綔绫诲瀷")]
        public string OperateType { get; set; }
        /// <summary>
        /// 绉诲叆鍘嗗彶鏃堕棿
        /// </summary>
        [ImporterHeader(Name = "绉诲叆鍘嗗彶鏃堕棿")]
        [ExporterHeader(DisplayName = "绉诲叆鍘嗗彶鏃堕棿")]
        [SugarColumn(IsNullable = false, ColumnDescription = "绉诲叆鍘嗗彶鏃堕棿")]
        public DateTime InsertTime { get; set; }
    }
}