public RequestResult <List <MED_EVENT_DICT> > GetEventDictList() { List <MED_EVENT_DICT> eventDictList = dictService.GetEventDictList(); return(Success(eventDictList)); }