|
@@ -7,8 +7,8 @@ |
|
|
<result column="user_name" jdbcType="VARCHAR" property="userName"/> |
|
|
<result column="user_name" jdbcType="VARCHAR" property="userName"/> |
|
|
<result column="name" jdbcType="VARCHAR" property="localelName"/> |
|
|
<result column="name" jdbcType="VARCHAR" property="localelName"/> |
|
|
<result column="chinese_name" jdbcType="VARCHAR" property="localDisPlayName"/> |
|
|
<result column="chinese_name" jdbcType="VARCHAR" property="localDisPlayName"/> |
|
|
<result column="id" jdbcType="INTEGER" property="voiceId"/> |
|
|
|
|
|
<result column="language_id" jdbcType="INTEGER" property="language_id"/> |
|
|
|
|
|
|
|
|
<result column="id" jdbcType="BIGINT" property="voiceId"/> |
|
|
|
|
|
<result column="language_id" jdbcType="BIGINT" property="languageId"/> |
|
|
<result column="class" jdbcType="INTEGER" property="voiceType"/> |
|
|
<result column="class" jdbcType="INTEGER" property="voiceType"/> |
|
|
<result column="local_name" jdbcType="VARCHAR" property="voiceName"/> |
|
|
<result column="local_name" jdbcType="VARCHAR" property="voiceName"/> |
|
|
<result column="display_name" jdbcType="VARCHAR" property="voiceDisplayName"/> |
|
|
<result column="display_name" jdbcType="VARCHAR" property="voiceDisplayName"/> |
|
|