From b29241a7d962629bde8cfef8bdc322ff882bbc20 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期二, 12 三月 2024 10:31:18 +0800 Subject: [PATCH] # --- src/main/resources/mapper/RowLastnoMapper.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/RowLastnoMapper.xml b/src/main/resources/mapper/RowLastnoMapper.xml index fd58a60..18c3461 100644 --- a/src/main/resources/mapper/RowLastnoMapper.xml +++ b/src/main/resources/mapper/RowLastnoMapper.xml @@ -16,6 +16,11 @@ <result column="appe_user" property="appeUser" /> <result column="appe_time" property="appeTime" /> <result column="limint_loc" property="limintLoc" /> + <result column="s_crn_no" property="sCrnNo" /> + <result column="e_crn_no" property="eCrnNo" /> + <result column="sign_type" property="signType" /> + <result column="sign_type_other" property="signTypeOther" /> + <result column="sign_type_other_boolean" property="signTypeOtherBoolean" /> </resultMap> -- Gitblit v1.9.1