2021与蓝度共同重构项目,服务端
zhanzhiqin
2022-01-11 48c95dfdcbfe721ff31133fed869fb024e63086d
dao/src/main/resources/mapper/BannerMapper.xml
@@ -5,10 +5,11 @@
<mapper namespace="com.sandu.ximon.dao.mapper.BannerMapper">
    <resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.Banner">
        <id property="id" column="id" jdbcType="BIGINT"/>
        <result property="bannerUrl" column="banner_url" jdbcType="VARCHAR"/>
        <result property="author" column="author" jdbcType="VARCHAR"/>
        <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
            <id property="id" column="id" jdbcType="BIGINT"/>
            <result property="bannerUrl" column="banner_url" jdbcType="VARCHAR"/>
            <result property="bindingAuthor" column="binding_author" jdbcType="VARCHAR"/>
            <result property="author" column="author" jdbcType="VARCHAR"/>
            <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
    </resultMap>
</mapper>