From 84a5d86ef2a4f7fbb031bcc840bcc26c7cacc67f Mon Sep 17 00:00:00 2001 From: zhangyue Date: Thu, 6 Nov 2025 11:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eusermapper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/ImgFilesMapper.xml | 8 ++ .../src/main/resources/mapper/UserMapper.xml | 85 +++++++++++++++++++ 2 files changed, 93 insertions(+) create mode 100644 web-infrastructure/src/main/resources/mapper/ImgFilesMapper.xml create mode 100644 web-infrastructure/src/main/resources/mapper/UserMapper.xml diff --git a/web-infrastructure/src/main/resources/mapper/ImgFilesMapper.xml b/web-infrastructure/src/main/resources/mapper/ImgFilesMapper.xml new file mode 100644 index 0000000..74326ff --- /dev/null +++ b/web-infrastructure/src/main/resources/mapper/ImgFilesMapper.xml @@ -0,0 +1,8 @@ + + + + + + + diff --git a/web-infrastructure/src/main/resources/mapper/UserMapper.xml b/web-infrastructure/src/main/resources/mapper/UserMapper.xml new file mode 100644 index 0000000..6016579 --- /dev/null +++ b/web-infrastructure/src/main/resources/mapper/UserMapper.xml @@ -0,0 +1,85 @@ + + + + + + + + +