From 6f8cc73c7f986bc89ee1c6fc33c2a7d50cfa6c93 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期五, 26 五月 2023 08:36:58 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/WaitPakinLogMapper.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/WaitPakinLogMapper.xml b/src/main/resources/mapper/WaitPakinLogMapper.xml
index 543ead5..d084af5 100644
--- a/src/main/resources/mapper/WaitPakinLogMapper.xml
+++ b/src/main/resources/mapper/WaitPakinLogMapper.xml
@@ -47,6 +47,9 @@
         <result column="appe_time" property="appeTime" />
         <result column="appe_user" property="appeUser" />
         <result column="memo" property="memo" />
+        <result column="owner" property="owner" />
+        <result column="payment" property="payment" />
+        <result column="uuid" property="uuid" />
     </resultMap>
 
 </mapper>

--
Gitblit v1.9.1