public RequestResult <bool> DelEventExtDict(MED_EVENT_DICT_EXT data) { return(Success(dictService.DelEventExtDict(data))); }