2021与蓝度共同重构项目,服务端
liuhaonan
2022-05-10 c1daa359ac79f4673463b7662b794b8da4c86e11
dao/src/main/resources/mapper/InterphoneHostMapper.xml
@@ -21,6 +21,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">
@@ -29,6 +31,6 @@
        updatetime,sip_address,sip_port,
        sip_name,sip_auth,sip_password,
        proxy_address,proxy_port,proxy_user,
        proxy_password
        proxy_password,create_time,update_time
    </sql>
</mapper>