!提交代码
This commit is contained in:
17
WCS.BLL/Services/IService/IInterfaceRecordService.cs
Normal file
17
WCS.BLL/Services/IService/IInterfaceRecordService.cs
Normal file
@ -0,0 +1,17 @@
|
||||
|
||||
using WCS.BLL.DbModels;
|
||||
using WCS.DAL.AuthDbModel;
|
||||
using WCS.Model;
|
||||
using WCS.Model.ApiModel;
|
||||
using WCS.Model.ApiModel.User;
|
||||
|
||||
namespace WCS.BLL.Services.IService
|
||||
{
|
||||
|
||||
public interface IInterfaceRecordService
|
||||
{
|
||||
public Task<PageQueryResponse<SystemApiLogRecord>> getInterfaceRecord(GetInterfaceRecordsRequest request);
|
||||
|
||||
public Task<PageQueryResponse<SystemApiLogRecord>> exportInterfaceRecord(GetInterfaceRecordsRequest request);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user