删除类

This commit is contained in:
chuhang
2021-05-06 14:48:14 +08:00
parent ec40ae4825
commit 17f2bc2e79

View File

@ -7,7 +7,6 @@
<result column="id" jdbcType="BIGINT" property="id"/>
<result column="document_center_id" jdbcType="VARCHAR" property="documentCenterId"/>
<result column="ipass_version" jdbcType="VARCHAR" property="ipassVersion"/>
<result column="config_document_id" jdbcType="VARCHAR" property="configDocumentId"/>
<result column="publish_date" jdbcType="TIMESTAMP" property="publishDate"/>
<result column="remark" jdbcType="VARCHAR" property="remark"/>
</resultMap>