/// <summary> /// Down_Taskplan 计划任务下载 /// </summary> public string Down_Taskplan(int id, string date) { return(Data_dal.Get_Taskplan(id, date)); }