|
@@ -6,7 +6,6 @@
|
|
<id column="id" jdbcType="BIGINT" property="id" />
|
|
<id column="id" jdbcType="BIGINT" property="id" />
|
|
<result column="category_id" jdbcType="BIGINT" property="categoryId" />
|
|
<result column="category_id" jdbcType="BIGINT" property="categoryId" />
|
|
<result column="name" jdbcType="VARCHAR" property="name" />
|
|
<result column="name" jdbcType="VARCHAR" property="name" />
|
|
- <result column="mfrs" jdbcType="VARCHAR" property="mfrs" />
|
|
|
|
<result column="model" jdbcType="VARCHAR" property="model" />
|
|
<result column="model" jdbcType="VARCHAR" property="model" />
|
|
<result column="standard" jdbcType="VARCHAR" property="standard" />
|
|
<result column="standard" jdbcType="VARCHAR" property="standard" />
|
|
<result column="brand" jdbcType="VARCHAR" property="brand" />
|
|
<result column="brand" jdbcType="VARCHAR" property="brand" />
|
|
@@ -16,7 +15,6 @@
|
|
<result column="remark" jdbcType="VARCHAR" property="remark" />
|
|
<result column="remark" jdbcType="VARCHAR" property="remark" />
|
|
<result column="img_name" jdbcType="VARCHAR" property="imgName" />
|
|
<result column="img_name" jdbcType="VARCHAR" property="imgName" />
|
|
<result column="unit_id" jdbcType="BIGINT" property="unitId" />
|
|
<result column="unit_id" jdbcType="BIGINT" property="unitId" />
|
|
- <result column="expiry_num" jdbcType="INTEGER" property="expiryNum" />
|
|
|
|
<result column="weight" jdbcType="DECIMAL" property="weight" />
|
|
<result column="weight" jdbcType="DECIMAL" property="weight" />
|
|
<result column="enabled" jdbcType="BIT" property="enabled" />
|
|
<result column="enabled" jdbcType="BIT" property="enabled" />
|
|
<result column="other_field1" jdbcType="VARCHAR" property="otherField1" />
|
|
<result column="other_field1" jdbcType="VARCHAR" property="otherField1" />
|
|
@@ -24,9 +22,10 @@
|
|
<result column="other_field3" jdbcType="VARCHAR" property="otherField3" />
|
|
<result column="other_field3" jdbcType="VARCHAR" property="otherField3" />
|
|
<result column="enable_serial_number" jdbcType="VARCHAR" property="enableSerialNumber" />
|
|
<result column="enable_serial_number" jdbcType="VARCHAR" property="enableSerialNumber" />
|
|
<result column="enable_batch_number" jdbcType="VARCHAR" property="enableBatchNumber" />
|
|
<result column="enable_batch_number" jdbcType="VARCHAR" property="enableBatchNumber" />
|
|
- <result column="position" jdbcType="VARCHAR" property="position" />
|
|
|
|
<result column="tenant_id" jdbcType="BIGINT" property="tenantId" />
|
|
<result column="tenant_id" jdbcType="BIGINT" property="tenantId" />
|
|
<result column="delete_flag" jdbcType="VARCHAR" property="deleteFlag" />
|
|
<result column="delete_flag" jdbcType="VARCHAR" property="deleteFlag" />
|
|
|
|
+ <result column="system_sku" jdbcType="VARCHAR" property="systemSku" />
|
|
|
|
+ <result column="moving_pin_reminder_cycle" jdbcType="VARCHAR" property="movingPinReminderCycle" />
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
<sql id="Example_Where_Clause">
|
|
<sql id="Example_Where_Clause">
|