From 3b604eb218a3b167144cc6e5d9c86cd95e16157c Mon Sep 17 00:00:00 2001
From: yxFwq <1>
Date: 星期六, 10 五月 2025 08:08:24 +0800
Subject: [PATCH] #

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

diff --git a/src/main/resources/mapper/BasCrnpMapper.xml b/src/main/resources/mapper/BasCrnpMapper.xml
index 8cf886b..e2ac8b4 100644
--- a/src/main/resources/mapper/BasCrnpMapper.xml
+++ b/src/main/resources/mapper/BasCrnpMapper.xml
@@ -8,6 +8,8 @@
         <result column="in_enable" property="inEnable" />
         <result column="out_enable" property="outEnable" />
         <result column="crn_sts" property="crnSts" />
+        <result column="crn_status_one" property="crnStatusOne" />
+        <result column="crn_status_two" property="crnStatusTwo" />
         <result column="wrk_no" property="wrkNo" />
         <result column="wrk_no_two" property="wrkNoTwo" />
         <result column="crn_err" property="crnErr" />

--
Gitblit v1.9.1