yanjinhui
2025-11-13 465a67a2e9e68c5395871338ae8223efaddc1fdc
新建文件夹/WIDESEA_WMSServer/WIDESEA_ISystemService/ISys_LogService.cs
@@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using WIDESEA_Core;
using System.Threading.Tasks;
using WIDESEA_Core.BaseServices;
using WIDESEA_Model.Models;
@@ -10,5 +11,10 @@
{
    public interface ISys_LogService : IService<Sys_Log>
    {
        /// <summary>
        /// 瀹氭椂鍒犻櫎鏃ュ織
        /// </summary>
        /// <returns></returns>
        public WebResponseContent ScheduledDeletion();
    }
}