| | |
| | | using System; |
| | | using iWare.Wms.Core; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | |
| | | /// </summary> |
| | | public interface IAccessInterfaceLogService |
| | | { |
| | | |
| | | Task<PageResult<AddAccessInterfaceLogOutnput>> Page([FromQuery] AccessInterfaceLogInputSearch input); |
| | | |
| | | /// <summary> |
| | | /// 添加日志 |
| | | /// </summary> |
| | | /// <param name="input"></param> |
| | | /// <returns></returns> |
| | | /// <returns></returns> |
| | | Task AddInterfaceLogAsync(AddAccessInterfaceLogInput input); |
| | | } |
| | | } |