1
This commit is contained in:
@@ -7,7 +7,7 @@ using System.Transactions;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.ErpInputs
|
||||
{
|
||||
public class RawmatOutstockInput
|
||||
public class ErpRawmatOutstockInput
|
||||
{
|
||||
/// <summary>
|
||||
/// 单号
|
||||
@@ -1391,7 +1391,7 @@ namespace Tnb.WarehouseMgr
|
||||
/// 材料出库单
|
||||
/// </summary>
|
||||
[HttpPost, NonUnify, AllowAnonymous]
|
||||
public async Task<Entities.Dto.Outputs.Result> RawmatOutstock(RawmatOutstockInput input)
|
||||
public async Task<Entities.Dto.Outputs.Result> RawmatOutstock(ErpRawmatOutstockInput input)
|
||||
{
|
||||
LoggerErp2Mes.LogInformation($"【RawmatOutstock】ERP传入数据:{JsonConvert.SerializeObject(input)}");
|
||||
var db = _repository.AsSugarClient();
|
||||
|
||||
Reference in New Issue
Block a user