1
hutongqing
2024-08-21 74d6e3882b7d20291ad566b2d5703d0e703f5d27
WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskExecuteDetailService.cs
@@ -28,7 +28,7 @@
{
    public interface ITaskExecuteDetailService : IService<Dt_TaskExecuteDetail>
    {
        void AddTaskExecuteDetail(int taskId, int taskNum, int taskState, string description = "", bool isManual = false);
        void AddTaskExecuteDetail(int taskId, string description = "");
        WebResponseContent GetDetailInfo(int taskNum);