コード例 #1
0
        public BaseResponse <BaseTree> GetBaseTreeByCode(string code)
        {
            var info = BaseTree.GetBaseTreeByCode(code);

            info.GetBaseTreeChilderns();
            return(BaseResponse.getResult(info));
        }