合并代码

This commit is contained in:
renkaige
2019-01-07 10:19:40 +06:00
parent 44de9e1f25
commit a8b9ffc219
12 changed files with 583 additions and 1 deletions

View File

@@ -1523,6 +1523,15 @@
<result column="c2s_byte_num" jdbcType="VARCHAR" property="c2sByteNum" />
<result column="s2c_byte_num" jdbcType="VARCHAR" property="s2cByteNum" />
<result column="proto_id" jdbcType="BIGINT" property="protoId" />
<result column="app_id" jdbcType="BIGINT" property="appId" />
<result column="web_id" jdbcType="BIGINT" property="webId" />
<!--
<result column="os_id" jdbcType="BIGINT" property="osId" />
<result column="bs_id" jdbcType="BIGINT" property="bsId" />
<result column="behav_id" jdbcType="BIGINT" property="behavId" />
-->
</resultMap>
</mapper>