111
yanjinhui
2025-03-28 9f0add00d40fc00e039b92b2fb3469394b1a24f5
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IMaintenanceService.cs
@@ -3,6 +3,7 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.JsonPatch.Operations;
using WIDESEAWCS_Core;
using WIDESEAWCS_Core.BaseRepository;
using WIDESEAWCS_Core.BaseServices;
@@ -16,43 +17,32 @@
        IRepository<Dt_Maintenance> Repository { get; }
       /// <summary>
       /// è®¾ç½®æ£€ä¿®æƒé™
       /// å±•示设置检修权限
       /// </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>
        /// æ›´æ”¹çŠ¶æ€ï¼Œè¿è¡Œè¿›å…¥æ£€ä¿®
        /// </summary>
        /// <param name="id"></param>
        /// <returns></returns>
        WebResponseContent RunOperation(int id);
        WebResponseContent RunOperation(int id,string  ispossible);
        WebResponseContent ChangeTasState(int id);
<<<<<<< Updated upstream
=======
        /// <summary>
        /// æ£€ä¿®æ“ä½œè®°å½•
        /// </summary>
        /// <returns></returns>
        WebResponseContent MaintenanceOperationRecord(PaginationDTO pagination);
>>>>>>> Stashed changes
    }