bug修改,上架摆货修改
parent
6322a3bd03
commit
4b08aa2a4e
@ -1,17 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.glxp.api.dao.system.SyncDataChangeBustypesDao">
|
||||
<resultMap id="BaseResultMap" type="com.glxp.api.entity.system.SyncDataChangeBustypesEntity">
|
||||
<!--@mbg.generated-->
|
||||
<!--@Table sync_data_change_bustypes-->
|
||||
<id column="id" jdbcType="INTEGER" property="id" />
|
||||
<result column="action" jdbcType="VARCHAR" property="action" />
|
||||
<result column="name" jdbcType="VARCHAR" property="name" />
|
||||
<result column="outChange" jdbcType="TINYINT" property="outChange" />
|
||||
<result column="orderStatus" jdbcType="TINYINT" property="orderStatus" />
|
||||
</resultMap>
|
||||
<sql id="Base_Column_List">
|
||||
<!--@mbg.generated-->
|
||||
id, `action`, `name`, outChange, orderStatus
|
||||
</sql>
|
||||
</mapper>
|
||||
<resultMap id="BaseResultMap" type="com.glxp.api.entity.system.SyncDataChangeBustypesEntity">
|
||||
<!--@mbg.generated-->
|
||||
<!--@Table sync_data_change_bustypes-->
|
||||
<id column="id" jdbcType="INTEGER" property="id"/>
|
||||
<result column="action" jdbcType="VARCHAR" property="action"/>
|
||||
<result column="name" jdbcType="VARCHAR" property="name"/>
|
||||
<result column="outChange" jdbcType="TINYINT" property="outChange"/>
|
||||
<result column="orderStatus" jdbcType="TINYINT" property="orderStatus"/>
|
||||
</resultMap>
|
||||
<sql id="Base_Column_List">
|
||||
<!--@mbg.generated-->
|
||||
id, `action`, `name`, outChange, orderStatus
|
||||
</sql>
|
||||
</mapper>
|
||||
|
Loading…
Reference in New Issue