zs 8 months ago
parent
commit
de694e0c50
1 changed files with 18 additions and 0 deletions
  1. 18 0
      src/main/resources/db/dictType.json

+ 18 - 0
src/main/resources/db/dictType.json

@@ -0,0 +1,18 @@
+[
+  {
+    "title": "是否使用",
+    "code": "is_use"
+  },
+  {
+    "title": "是否",
+    "code": "confirm"
+  },
+  {
+    "title": "菜单类型",
+    "code": "menus_type"
+  },
+  {
+    "title": "图标",
+    "code": "icon"
+  }
+]