using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWare.Wms.Application { /// /// 外部访问接口日志 /// public interface IAccessInterfaceLogForRequestService { /// /// 添加日志 /// /// /// Task AddInterfaceLogForRequestAsync(AddAccessInterfaceLogForRequestInput input); } }