|
@@ -7,6 +7,8 @@
|
|
|
-->
|
|
|
<id column="id" jdbcType="BIGINT" property="id" />
|
|
|
<result column="biz_no" jdbcType="VARCHAR" property="bizNo" />
|
|
|
+ <result column="memo" jdbcType="VARCHAR" property="memo" />
|
|
|
+
|
|
|
<result column="type" jdbcType="INTEGER" property="type" />
|
|
|
<result column="biz_type" jdbcType="INTEGER" property="bizType" />
|
|
|
<result column="create_user" jdbcType="VARCHAR" property="createUser" />
|