| 对比新文件 |
| | |
| | | <?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.ruoyi.technology.mapper.TechnologyRoutingOperationParamMapper"> |
| | | |
| | | <resultMap id="BaseResultMap" type="com.ruoyi.technology.pojo.TechnologyRoutingOperationParam"> |
| | | <id column="id" property="id" /> |
| | | <result column="param_code" property="paramCode" /> |
| | | <result column="param_name" property="paramName" /> |
| | | <result column="param_type" property="paramType" /> |
| | | <result column="param_format" property="paramFormat" /> |
| | | <result column="unit" property="unit" /> |
| | | <result column="is_required" property="isRequired" /> |
| | | <result column="remark" property="remark" /> |
| | | <result column="create_user" property="createUser" /> |
| | | <result column="create_time" property="createTime" /> |
| | | <result column="update_user" property="updateUser" /> |
| | | <result column="update_time" property="updateTime" /> |
| | | <result column="dept_id" property="deptId" /> |
| | | <result column="param_id" property="paramId" /> |
| | | <result column="technology_operation_id" property="technologyOperationId" /> |
| | | <result column="technology_operation_param_id" property="technologyOperationParamId" /> |
| | | <result column="technology_routing_operation_id" property="technologyRoutingOperationId" /> |
| | | <result column="standard_value" property="standardValue" /> |
| | | </resultMap> |
| | | |
| | | </mapper> |