Newer
Older
casic-metering-biz-xichang / casic-metering-dao / src / main / resources / mapper / resource / BizResourceFileChangeFileMapper.xml
wangpeng on 14 Sep 2023 880 bytes 资源管理-文件管理
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.casic.missiles.mapper.resource.BizResourceFileChangeFileMapper">

    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.casic.missiles.model.resource.BizResourceFileChangeFile">
        <id column="id" property="id" />
        <result column="change_id" property="changeId" />
        <result column="file_category" property="fileCategory" />
        <result column="file_id" property="fileId" />
        <result column="file_no" property="fileNo" />
        <result column="file_name" property="fileName" />
    </resultMap>

    <!-- 通用查询结果列 -->
    <sql id="Base_Column_List">
        id, change_id, file_category, file_id, file_no, file_name
    </sql>

</mapper>