huangxiaoqiang
7 天以前 ce8184a639fc99b836625c1eb97ced557286ccb7
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskExecuteDetailService.cs
@@ -29,6 +29,7 @@
    public interface ITaskExecuteDetailService : IService<Dt_TaskExecuteDetail>
    {
        void AddTaskExecuteDetail(int taskId, string description = "");
        void AddTaskExecuteDetailS(int taskNum, string description = "");
        WebResponseContent GetDetailInfo(int taskNum);