public List <KeyValueModel> GetJobParaList(string jobName, string jobGroupName) { return(_jobStore.GetJobParaList(jobName, jobGroupName)); }