publish 0.9.13

This commit is contained in:
曾文豪
2023-04-17 15:08:24 +08:00
parent 3ed9a47c66
commit d0935cbda0
4 changed files with 100 additions and 30 deletions

View File

@@ -15,10 +15,12 @@
<result column="type" jdbcType="VARCHAR" property="type" />
<result column="status" jdbcType="INTEGER" property="status" />
<result column="fail_file" jdbcType="VARCHAR" property="failFile" />
<result column="error" jdbcType="LONGVARCHAR" property="error" />
<result column="process" jdbcType="INTEGER" property="process" />
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
id, create_time, update_time, is_deleted, title, total, success_num, fail_num, `type`,
`status`, fail_file
id, create_time, update_time, is_deleted, title, total, success_num, fail_num, `type`,
`status`, fail_file, error, `process`
</sql>
</mapper>
</mapper>