コード例 #1
0
        public RequestResult <List <MED_DEPT_DICT> > GetDeptDictList()
        {
            List <MED_DEPT_DICT> deptDictList = dictService.GetDeptDictList();

            return(Success(deptDictList));
        }