From d4c3ebd99e8619c3fc230bb50828e9e762f8dd7a Mon Sep 17 00:00:00 2001
From: zwl <zwl123456>
Date: 星期二, 30 九月 2025 09:23:25 +0800
Subject: [PATCH] 字段完善

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

diff --git a/src/main/resources/mapper/RowLastnoMapper.xml b/src/main/resources/mapper/RowLastnoMapper.xml
index 8dcdf71..5080b08 100644
--- a/src/main/resources/mapper/RowLastnoMapper.xml
+++ b/src/main/resources/mapper/RowLastnoMapper.xml
@@ -22,6 +22,10 @@
         <result column="sign_type_other" property="signTypeOther" />
         <result column="sign_type_other_boolean" property="signTypeOtherBoolean" />
         <result column="sta_no_list" property="staNoList" />
+        <result column="type_id" property="typeId" />
+        <result column="be_similar" property="beSimilar" />
+        <result column="point_switch" property="pointSwitch" />
+        <result column="empty_similar" property="emptySimilar" />
 
     </resultMap>
 

--
Gitblit v1.9.1