/// <summary> /// 查询任务详细信息 /// </summary> /// <returns></returns> public M_TaskInfo SelTaskInfox(int tid) { return(md.SelTaskInfox(tid)); }