public RequestResult <bool> DelEventDict(MED_EVENT_DICT data) { return(Success(dictService.DelEventDict(data))); }