包装
This commit is contained in:
31
ym-packing/src/main/resources/mapper/WoPowerLevelMapper.xml
Normal file
31
ym-packing/src/main/resources/mapper/WoPowerLevelMapper.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?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.cnbm.packing.mapper.WoPowerLevelMapper">
|
||||
<resultMap type="com.cnbm.packing.entity.WoPowerLevel" id="WoPowerLevelMap">
|
||||
<id column="id" property="id" />
|
||||
<id column="power_class" property="powerClass" />
|
||||
<id column="pmpp_low" property="pmppLow" />
|
||||
<id column="pmpp_high" property="pmppHigh" />
|
||||
<id column="sap_material_num" property="sapMaterialNum" />
|
||||
<id column="line_body" property="lineBody" />
|
||||
<id column="lable_voc" property="lableVoc" />
|
||||
<id column="lable_isc" property="lableIsc" />
|
||||
<id column="lable_vmpp" property="lableVmpp" />
|
||||
<id column="lable_impp" property="lableImpp" />
|
||||
<id column="remark" property="remark" />
|
||||
<id column="valid" property="valid" />
|
||||
<id column="creator_id" property="creatorId" />
|
||||
<id column="creator_name" property="creatorName" />
|
||||
<id column="create_time" property="createTime" />
|
||||
<id column="updater_id" property="updaterId" />
|
||||
<id column="updater_name" property="updaterName" />
|
||||
<id column="update_time" property="updateTime" />
|
||||
<id column="version" property="version" />
|
||||
</resultMap>
|
||||
|
||||
<select id="list" resultType="com.cnbm.packing.dto.WoPowerLevelDTO">
|
||||
select * from t_wo_power_level
|
||||
order by id asc
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user