示例#1
0
        public RequestResult <List <MED_MONITOR_FUNCTION_CODE> > GetMonitorFuctionCodeList()
        {
            List <MED_MONITOR_FUNCTION_CODE> fuctionCodeList = dictService.GetMonitorFuctionCodeList();

            return(Success(fuctionCodeList));
        }