| | |
| | | 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; |
| | |
| | | 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 |
| | | |
| | | //å¼å§æ£ä¿®åç»ææ£ä¿®ï¼å±ç¤ºå½åç»å
¥ç¨æ·çæ£ä¿®ä»»å¡ï¼ |
| | | WebResponseContent MaintenanceTasksOfTheDay(string account); |
| | | |
| | | /// <summary> |
| | | /// å¼å§æ£ä¿® |
| | | /// </summary> |
| | | /// <param name="id">ç¨æ·id</param> |
| | | /// <returns></returns> |
| | | WebResponseContent StartMaintenceTask(string account); |
| | | |
| | | /// <summary> |
| | | /// ç»ææ£ä¿® |
| | | /// </summary> |
| | | /// <param name="id">ç¨æ·id</param> |
| | | /// <returns></returns> |
| | | WebResponseContent StopMaintenanceTask(string account); |
| | | |
| | | |
| | | } |
| | | |
| | | |