MyBatis的discriminator鉴别器根据字段值实现Java中的多态 <select id="getModelById" resultMap="modelTypeMap"> SELECT id as id, ...