|
@@ -4,20 +4,20 @@
|
|
|
<!--返回结果-->
|
|
|
<resultMap id="BaseResultMap" type="com.platform.yijia.pojo.IntegralWares">
|
|
|
<id column="id" jdbcType="INTEGER" property="id" />
|
|
|
- <result column="wares_type" jdbcType="VARCHAR" property="waresType" />
|
|
|
- <result column="wares_name" jdbcType="VARCHAR" property="waresName" />
|
|
|
- <result column="sale_integral" jdbcType="DECIMAL" property="saleIntegral" />
|
|
|
- <result column="wares_pic" jdbcType="VARCHAR" property="waresPic" />
|
|
|
- <result column="wares_detail" jdbcType="VARCHAR" property="waresDetail" />
|
|
|
- <result column="wares_status" jdbcType="VARCHAR" property="waresStatus" />
|
|
|
- <result column="create_time" jdbcType="DATE" property="createTime" />
|
|
|
- <result column="create_by" jdbcType="VARCHAR" property="createBy" />
|
|
|
- <result column="create_name" jdbcType="VARCHAR" property="createName" />
|
|
|
- <result column="update_time" jdbcType="DATE" property="updateTime" />
|
|
|
- <result column="update_by" jdbcType="VARCHAR" property="updateBy" />
|
|
|
- <result column="update_name" jdbcType="VARCHAR" property="updateName" />
|
|
|
- <result column="station_id" jdbcType="INTEGER" property="stationId" />
|
|
|
- <result column="station_name" jdbcType="VARCHAR" property="stationName" />
|
|
|
+ <result column="wares_type" jdbcType="VARCHAR" property="waresType" />
|
|
|
+ <result column="wares_name" jdbcType="VARCHAR" property="waresName" />
|
|
|
+ <result column="sale_integral" jdbcType="DECIMAL" property="saleIntegral" />
|
|
|
+ <result column="wares_pic" jdbcType="VARCHAR" property="waresPic" />
|
|
|
+ <result column="wares_detail" jdbcType="VARCHAR" property="waresDetail" />
|
|
|
+ <result column="wares_status" jdbcType="VARCHAR" property="waresStatus" />
|
|
|
+ <result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
|
|
+ <result column="create_by" jdbcType="VARCHAR" property="createBy" />
|
|
|
+ <result column="create_name" jdbcType="VARCHAR" property="createName" />
|
|
|
+ <result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
|
|
+ <result column="update_by" jdbcType="VARCHAR" property="updateBy" />
|
|
|
+ <result column="update_name" jdbcType="VARCHAR" property="updateName" />
|
|
|
+ <result column="station_id" jdbcType="INTEGER" property="stationId" />
|
|
|
+ <result column="station_name" jdbcType="VARCHAR" property="stationName" />
|
|
|
</resultMap>
|
|
|
|
|
|
<!--查询列-->
|