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