|
@@ -12,6 +12,7 @@
|
|
|
<result column="name" jdbcType="VARCHAR" property="name"/>
|
|
|
<result column="no" jdbcType="VARCHAR" property="no"/>
|
|
|
<result column="brand" jdbcType="VARCHAR" property="brand"/>
|
|
|
+ <result column="num" jdbcType="INTEGER" property="num"/>
|
|
|
<result column="specification" jdbcType="VARCHAR" property="specification"/>
|
|
|
<result column="status" jdbcType="VARCHAR" property="status"/>
|
|
|
</resultMap>
|
|
@@ -19,7 +20,7 @@
|
|
|
<!-- 通用查询结果列 -->
|
|
|
<sql id="Base_Column_List">
|
|
|
id,create_time,create_user,update_time,update_user,
|
|
|
- name, no, brand, specification, status,positionSort
|
|
|
+ name, no, brand, num, specification, status,positionSort
|
|
|
</sql>
|
|
|
|
|
|
<!-- 分页 -->
|