111
yanjinhui
2025-03-28 2d4e07b5d61490d3c3cfeb398d3d6e4b6f8be9bb
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IMaintenanceTeamService.cs
@@ -5,6 +5,7 @@
using System.Threading.Tasks;
using WIDESEAWCS_Core.BaseRepository;
using WIDESEAWCS_Core.BaseServices;
using WIDESEAWCS_DTO.Telescopic;
using WIDESEAWCS_Model.Models;
namespace WIDESEAWCS_ITelescopicService
@@ -12,5 +13,17 @@
    public interface IMaintenanceTeamService : IService<Dt_MaintenanceTeam>
    {
        IRepository<Dt_MaintenanceTeam> Repository { get; }
<<<<<<< Updated upstream
=======
        /// <summary>
        /// æ£€ä¿®è®¾ç½®è®°å½•
        /// </summary>
        /// <returns></returns>
        WebResponseContent MaintenanceSettingRecord(PaginationDTO pagination);
>>>>>>> Stashed changes
    }
}