合并装置模块和检测计划模块
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?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="generator.mapper.PqScriptCheckdataMapper">
|
||||
|
||||
<resultMap id="BaseResultMap" type="com.njcn.gather.script.pojo.po.PqScriptCheckData">
|
||||
<id property="id" column="Id" jdbcType="CHAR"/>
|
||||
<result property="scriptId" column="Script_Id" jdbcType="CHAR"/>
|
||||
<result property="index" column="Index" jdbcType="INTEGER"/>
|
||||
<result property="valueType" column="Value_Type" jdbcType="CHAR"/>
|
||||
<result property="dataType" column="Data_Type" jdbcType="CHAR"/>
|
||||
<result property="phase" column="Phase" jdbcType="CHAR"/>
|
||||
<result property="value" column="Value" jdbcType="FLOAT"/>
|
||||
<result property="harmnum" column="HarmNum" jdbcType="FLOAT"/>
|
||||
<result property="enable" column="Enable" jdbcType="TINYINT"/>
|
||||
</resultMap>
|
||||
|
||||
<sql id="Base_Column_List">
|
||||
Id,Script_Id,Index,
|
||||
Value_Type,Data_Type,Phase,
|
||||
Value,HarmNum,Enable
|
||||
</sql>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user