| using SqlSugar; | 
| using System; | 
| using System.Collections.Generic; | 
| using System.Diagnostics.CodeAnalysis; | 
| using System.Linq; | 
| using System.Text; | 
| using System.Threading.Tasks; | 
| using WIDESEA_Core; | 
| using WIDESEA_Core.BaseServices; | 
| using WIDESEA_Core.Enums; | 
| using WIDESEA_DTO.Stock; | 
| using WIDESEA_ITaskInfoRepository; | 
| using WIDESEA_Model.Models; | 
|   | 
| namespace WIDESEA_ITaskInfoService; | 
|   | 
| public interface ITask_HtyService : IService<Dt_Task_Hty> | 
| { | 
| } |