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();