2021与蓝度共同重构项目,服务端
liuhaonan
2022-05-10 c1daa359ac79f4673463b7662b794b8da4c86e11
dao/src/main/resources/mapper/InterphoneSubMapper.xml
@@ -20,6 +20,8 @@
            <result property="proxyPort" column="proxy_port" jdbcType="VARCHAR"/>
            <result property="proxyUser" column="proxy_user" jdbcType="VARCHAR"/>
            <result property="proxyPassword" column="proxy_password" jdbcType="VARCHAR"/>
            <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
            <result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/>
    </resultMap>
    <sql id="Base_Column_List">
@@ -27,6 +29,7 @@
        sub_address,createtime,updatetime,
        sip_address,sip_port,sip_name,
        sip_auth,sip_password,proxy_address,
        proxy_port,proxy_user,proxy_password
        proxy_port,proxy_user,proxy_password,
        create_time,update_time
    </sql>
</mapper>