This commit is contained in:
mashuai 2024-10-17 16:36:18 +08:00
parent e048b6eb8d
commit 92279a4d1c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.bonus.material.ma.mapper.PartTypeMapper">
<resultMap type="com.bonus.material.ma.domain.PartType" id="PartTypeResult">
<result property="paId" column="pa_id" />
<result property="id" column="pa_id" />
<result property="paName" column="pa_name" />
<result property="parentId" column="parent_id" />
<result property="status" column="status" />