From 4f1a268297332377171ce54a986aaf9d9d1cde1b Mon Sep 17 00:00:00 2001
From: majian <780924089@qq.com>
Date: Wed, 21 Aug 2024 17:01:43 +0800
Subject: [PATCH] 1
---
.../{RawmatOutstockInput.cs => ErpRawmatOutstockInput.cs} | 2 +-
WarehouseMgr/Tnb.WarehouseMgr/ErpToWmsService.cs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
rename WarehouseMgr/Tnb.WarehouseMgr.Entities/Dto/ErpInputs/{RawmatOutstockInput.cs => ErpRawmatOutstockInput.cs} (97%)
diff --git a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Dto/ErpInputs/RawmatOutstockInput.cs b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Dto/ErpInputs/ErpRawmatOutstockInput.cs
similarity index 97%
rename from WarehouseMgr/Tnb.WarehouseMgr.Entities/Dto/ErpInputs/RawmatOutstockInput.cs
rename to WarehouseMgr/Tnb.WarehouseMgr.Entities/Dto/ErpInputs/ErpRawmatOutstockInput.cs
index cb956e36..fe51bec0 100644
--- a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Dto/ErpInputs/RawmatOutstockInput.cs
+++ b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Dto/ErpInputs/ErpRawmatOutstockInput.cs
@@ -7,7 +7,7 @@ using System.Transactions;
namespace Tnb.WarehouseMgr.Entities.Dto.ErpInputs
{
- public class RawmatOutstockInput
+ public class ErpRawmatOutstockInput
{
///
/// 单号
diff --git a/WarehouseMgr/Tnb.WarehouseMgr/ErpToWmsService.cs b/WarehouseMgr/Tnb.WarehouseMgr/ErpToWmsService.cs
index 8d4c3e15..8580e80a 100644
--- a/WarehouseMgr/Tnb.WarehouseMgr/ErpToWmsService.cs
+++ b/WarehouseMgr/Tnb.WarehouseMgr/ErpToWmsService.cs
@@ -1391,7 +1391,7 @@ namespace Tnb.WarehouseMgr
/// 材料出库单
///
[HttpPost, NonUnify, AllowAnonymous]
- public async Task RawmatOutstock(RawmatOutstockInput input)
+ public async Task RawmatOutstock(ErpRawmatOutstockInput input)
{
LoggerErp2Mes.LogInformation($"【RawmatOutstock】ERP传入数据:{JsonConvert.SerializeObject(input)}");
var db = _repository.AsSugarClient();