schangxiang@126.com
2024-09-06 cb212ea9a9b56540a7fec33f4ec198f59a99020a
iWara.SCADA.Code/iWare.Wms.Application/Service/AccessInterfaceLog/IAccessInterfaceLogService.cs
@@ -1,4 +1,6 @@
using System;
using iWare.Wms.Core;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -11,11 +13,14 @@
    /// </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);
    }
}