hwh
2024-07-11 982b21b945c3621e24c3e699e48a95a161bb192a
Wms/WMS.IBLL/ILogServer/IOperationCRServer.cs
@@ -1,7 +1,9 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using Model.ModelDto.LogDto;
using Model.ModelVm.LogVm;
namespace WMS.IBLL.ILogServer
{
@@ -32,5 +34,10 @@
        /// <param name="userId">操作人</param>
        /// <returns></returns>
        bool AddLogOperationCr(string parentNo, string menuName, string fkNo, string type, string msg, int userId);
        /// <summary>
        /// 新增系统操作日志
        /// </summary>
        /// <returns></returns>
        Task<int> AddLogOperationCr(OperationInputVm input);
    }
}