schangxiang@126.com
2025-12-03 2ca0bc7acb2fe719581e426eb5c7da96053cb31d
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);
    }
}