From 5fbeee75c2d65ec504bb4f2120e3c1a915adfb48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Thu, 2 Oct 2025 14:47:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B9=90=E8=A7=82=E9=94=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/base/PalletTypeAreaMapper.xml | 28 +++++++++ .../mapper/base/PalletTypeMapper.xml | 58 +++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 src/main/resources/mapper/base/PalletTypeAreaMapper.xml create mode 100644 src/main/resources/mapper/base/PalletTypeMapper.xml diff --git a/src/main/resources/mapper/base/PalletTypeAreaMapper.xml b/src/main/resources/mapper/base/PalletTypeAreaMapper.xml new file mode 100644 index 0000000..d4ac268 --- /dev/null +++ b/src/main/resources/mapper/base/PalletTypeAreaMapper.xml @@ -0,0 +1,28 @@ + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/mapper/base/PalletTypeMapper.xml b/src/main/resources/mapper/base/PalletTypeMapper.xml new file mode 100644 index 0000000..6d15218 --- /dev/null +++ b/src/main/resources/mapper/base/PalletTypeMapper.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + \ No newline at end of file