mybatis中,映射xml文件type和property后内容报红,但昨天好的,今天一打开就报红
<resultMap id="brandResultMap" type="brand">
<result column="brand_name" property="brandName"></result>
<result column="company_name" property="companyName"></result>
</resultMap>