From 062a8aeb7598f02da2b631d19126d316ef474ab3 Mon Sep 17 00:00:00 2001 From: lihongjie0209 Date: Sun, 10 Sep 2023 20:25:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=8A=B6=E6=80=81=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E6=95=B0=E6=8D=AE=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/config/dictionary.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/resources/config/dictionary.json b/src/main/resources/config/dictionary.json index b8ff269b..4a8b6065 100644 --- a/src/main/resources/config/dictionary.json +++ b/src/main/resources/config/dictionary.json @@ -1,4 +1,18 @@ [ + { + "code": "status.type", + "name": "通用状态类型", + "item": [ + { + "code": "0", + "name": "禁用" + }, + { + "code": "1", + "name": "启用" + } + ] + }, { "code": "resource.type", "name": "资源类型",