From 37dec7e3cde54a5cec2606f2ab11b01e3170cf4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?haoyuanfu=E2=80=9C=EF=BC=9Bgit=20config=20--global=20user?= =?UTF-8?q?=2Ename=20haoyuanfu=E2=80=9C?= <46495777@qq.com> Date: Mon, 12 May 2025 11:46:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=8D=8E=E6=8E=A5=E5=8F=A3=E9=89=B4?= =?UTF-8?q?=E6=9D=83=E4=BB=A5=E5=8F=8A=E5=BC=95=E7=94=A8=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mappers/SysDictionaryMapper.xml | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/main/resources/mappers/SysDictionaryMapper.xml diff --git a/src/main/resources/mappers/SysDictionaryMapper.xml b/src/main/resources/mappers/SysDictionaryMapper.xml new file mode 100644 index 0000000..40b1eba --- /dev/null +++ b/src/main/resources/mappers/SysDictionaryMapper.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + select id,code,name,`value`,remark,level,path,parent_id,contact_code,is_del,sort,create_by,create_time,update_by,update_time + from sys_dictionary + + + + + + \ No newline at end of file