From 3975595a18ea8d291cfe80170221a6787ab4f5bb Mon Sep 17 00:00:00 2001 From: zhangqihang Date: Sat, 1 Nov 2025 11:02:26 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"mapper=E7=94=B1mybatis=E6=8C=AA?= =?UTF-8?q?=E5=88=B0=E4=BA=86mapper=E9=87=8C=E3=80=82"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 4f764088ce6ad72152d9e0b3cc96fa3bd03233ae. --- .../src/main/resources/mybatis/CorpInfoMapper.xml | 8 ++++++++ .../resources/mybatis/CorpQualificationInfoMapper.xml | 8 ++++++++ .../src/main/resources/mybatis/DepartmentMapper.xml | 8 ++++++++ .../src/main/resources/mybatis/PostMapper.xml | 8 ++++++++ .../src/main/resources/mybatis/RiskPointMapper.xml | 7 +++++++ .../src/main/resources/mybatis/SysUserMapper.xml | 8 ++++++++ .../resources/mybatis/UserQualificationInfoMapper.xml | 8 ++++++++ 7 files changed, 55 insertions(+) create mode 100644 web-infrastructure/src/main/resources/mybatis/CorpInfoMapper.xml create mode 100644 web-infrastructure/src/main/resources/mybatis/CorpQualificationInfoMapper.xml create mode 100644 web-infrastructure/src/main/resources/mybatis/DepartmentMapper.xml create mode 100644 web-infrastructure/src/main/resources/mybatis/PostMapper.xml create mode 100644 web-infrastructure/src/main/resources/mybatis/RiskPointMapper.xml create mode 100644 web-infrastructure/src/main/resources/mybatis/SysUserMapper.xml create mode 100644 web-infrastructure/src/main/resources/mybatis/UserQualificationInfoMapper.xml diff --git a/web-infrastructure/src/main/resources/mybatis/CorpInfoMapper.xml b/web-infrastructure/src/main/resources/mybatis/CorpInfoMapper.xml new file mode 100644 index 0000000..faf6fc3 --- /dev/null +++ b/web-infrastructure/src/main/resources/mybatis/CorpInfoMapper.xml @@ -0,0 +1,8 @@ + + + + + + + diff --git a/web-infrastructure/src/main/resources/mybatis/CorpQualificationInfoMapper.xml b/web-infrastructure/src/main/resources/mybatis/CorpQualificationInfoMapper.xml new file mode 100644 index 0000000..407440c --- /dev/null +++ b/web-infrastructure/src/main/resources/mybatis/CorpQualificationInfoMapper.xml @@ -0,0 +1,8 @@ + + + + + + + diff --git a/web-infrastructure/src/main/resources/mybatis/DepartmentMapper.xml b/web-infrastructure/src/main/resources/mybatis/DepartmentMapper.xml new file mode 100644 index 0000000..0d90bee --- /dev/null +++ b/web-infrastructure/src/main/resources/mybatis/DepartmentMapper.xml @@ -0,0 +1,8 @@ + + + + + + + diff --git a/web-infrastructure/src/main/resources/mybatis/PostMapper.xml b/web-infrastructure/src/main/resources/mybatis/PostMapper.xml new file mode 100644 index 0000000..570445d --- /dev/null +++ b/web-infrastructure/src/main/resources/mybatis/PostMapper.xml @@ -0,0 +1,8 @@ + + + + + + + diff --git a/web-infrastructure/src/main/resources/mybatis/RiskPointMapper.xml b/web-infrastructure/src/main/resources/mybatis/RiskPointMapper.xml new file mode 100644 index 0000000..7a1a82d --- /dev/null +++ b/web-infrastructure/src/main/resources/mybatis/RiskPointMapper.xml @@ -0,0 +1,7 @@ + + + + + + diff --git a/web-infrastructure/src/main/resources/mybatis/SysUserMapper.xml b/web-infrastructure/src/main/resources/mybatis/SysUserMapper.xml new file mode 100644 index 0000000..e99dcd3 --- /dev/null +++ b/web-infrastructure/src/main/resources/mybatis/SysUserMapper.xml @@ -0,0 +1,8 @@ + + + + + + + diff --git a/web-infrastructure/src/main/resources/mybatis/UserQualificationInfoMapper.xml b/web-infrastructure/src/main/resources/mybatis/UserQualificationInfoMapper.xml new file mode 100644 index 0000000..6ad43bc --- /dev/null +++ b/web-infrastructure/src/main/resources/mybatis/UserQualificationInfoMapper.xml @@ -0,0 +1,8 @@ + + + + + + +