wangxinhui
2026-01-28 821af8301009019a0f0e81a3ea2a0ae7952b5025
项目代码/WCSServices/WIDESEAWCS_ISystemServices/ISys_LogService.cs
@@ -10,6 +10,8 @@
{
    public interface ISys_LogService : IService<Sys_Log>
    {
        void ScheduleDatabaseMaintenance();
        void DeleteOldLogs();
        void CheckAndManageFileSize();
    }
}