Browse Source

修改接口

dev_DY_CC
郑勃旭 9 months ago
parent
commit
bf08fea839
  1. 9
      InterFaceContorl/Dy_Exchange/src/Dy_Exchange.Application/Z_Business/DataExchangeInterfaceConfigAppService.cs

9
InterFaceContorl/Dy_Exchange/src/Dy_Exchange.Application/Z_Business/DataExchangeInterfaceConfigAppService.cs

@ -2,6 +2,7 @@ using System;
using System.Threading.Tasks; using System.Threading.Tasks;
using Dy_Exchange.Permissions; using Dy_Exchange.Permissions;
using Dy_Exchange.Z_Business.Dtos; using Dy_Exchange.Z_Business.Dtos;
using Microsoft.AspNetCore.Mvc;
using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Dtos;
using Volo.Abp.Application.Services; using Volo.Abp.Application.Services;
using WinIn.FasterZ.Wms.AppBase; using WinIn.FasterZ.Wms.AppBase;
@ -30,8 +31,12 @@ public class DataExchangeInterfaceConfigAppService : ZbxBase<DataExchangeInterfa
public override Task<DataExchangeInterfaceConfigDto> UpdateAsync(Guid id, CreateUpdateDataExchangeInterfaceConfigDto input) public override Task<DataExchangeInterfaceConfigDto> UpdateAsync(Guid id, CreateUpdateDataExchangeInterfaceConfigDto input)
{ {
return base.UpdateAsync(id, input); return base.UpdateAsync(id, input);
} }
[HttpPost("")]
public async Task CheckWmsStatus()
{
}
} }

Loading…
Cancel
Save