111
yanjinhui
2025-03-28 2d4e07b5d61490d3c3cfeb398d3d6e4b6f8be9bb
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IMaintenanceService.cs
@@ -6,6 +6,7 @@
using WIDESEAWCS_Core;
using WIDESEAWCS_Core.BaseRepository;
using WIDESEAWCS_Core.BaseServices;
using WIDESEAWCS_DTO.Telescopic;
using WIDESEAWCS_Model.Models;
namespace WIDESEAWCS_ITelescopicService
@@ -18,13 +19,21 @@
       /// è®¾ç½®æ£€ä¿®æƒé™
       /// </summary>
       /// <returns></returns>
<<<<<<< Updated upstream
        WebResponseContent ShowMaintence();
=======
        WebResponseContent ShowMaintence(PaginationDTO pagination);
>>>>>>> Stashed changes
        /// <summary>
        /// åœ¨æ£€ä¿®äººå‘˜ç›‘控
        /// </summary>
        /// <returns></returns>
<<<<<<< Updated upstream
        WebResponseContent PersonnelMonitoring(bool ispossible);
=======
        WebResponseContent PersonnelMonitoring(PaginationDTO pagination);
>>>>>>> Stashed changes
        /// <summary>
        /// æ›´æ”¹çŠ¶æ€ï¼Œè¿è¡Œè¿›å…¥æ£€ä¿®
@@ -35,6 +44,15 @@
        WebResponseContent ChangeTasState(int id);
<<<<<<< Updated upstream
=======
        /// <summary>
        /// æ£€ä¿®æ“ä½œè®°å½•
        /// </summary>
        /// <returns></returns>
        WebResponseContent MaintenanceOperationRecord(PaginationDTO pagination);
>>>>>>> Stashed changes
    }