docs: update wg-basic/mongo-dictionary-module

This commit is contained in:
Administrator 2021-11-25 07:22:53 +00:00 committed by John Smith
parent 1498287dff
commit 9af971c8e7

View File

@ -2,7 +2,7 @@
title: 10.使用mongo数据字典
description: 使用mongo数据字典
published: true
date: 2021-11-25T07:15:41.957Z
date: 2021-11-25T07:22:51.993Z
tags: wg-basic
editor: markdown
dateCreated: 2021-11-25T07:15:41.957Z
@ -45,3 +45,21 @@ spring:
| 数据字典 | `/route/mongo/data/list-tree` |
| 地区字典 | `/route/mongo/area/list-tree` |
需要增加的菜单mongo的查看菜单
| 菜单 | 路径 |
| :-: | :-: |
| 数据字典 | `/route/mongo/data/list-tree-mongo` |
| 地区字典 | `/route/mongo/area/list-tree-mongo` |
> 这里需要注意的是mongo菜单中的数据默认是没有的只有在普通菜单中进行数据同步之后才会出现。
{.is-warning}
# 业务接口
| 菜单 | 路径 |
| :-: | :-: |
| 数据字典 | `ink.wgink.mongo.module.dictionary.service.IMongoDataService` |
| 地区字典 | `ink.wgink.mongo.module.dictionary.service.IMongoAreaService` |