<?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.qianwen.mdc.mapper.MachineUtilizationMapper">
|
<resultMap id="BaseResultMap" type="com.qianwen.mdc.domain.MachineUtilization">
|
|
<id column="id" jdbcType="BIGINT" property="id" />
|
<result column="uid" jdbcType="VARCHAR" property="uid" />
|
<result column="name" jdbcType="VARCHAR" property="name" />
|
<result column="model" jdbcType="VARCHAR" property="model" />
|
<result column="category" jdbcType="VARCHAR" property="category" />
|
<result column="cnc_system" jdbcType="VARCHAR" property="cncSystem" />
|
<result column="workshop" jdbcType="VARCHAR" property="workshop" />
|
<result column="section" jdbcType="VARCHAR" property="section" />
|
<result column="shift" jdbcType="INTEGER" property="shift" />
|
<result column="cdate" jdbcType="VARCHAR" property="cdate" />
|
<result column="cut_time" jdbcType="INTEGER" property="cutTime" />
|
<result column="boot_time" jdbcType="INTEGER" property="bootTime" />
|
<result column="three_shift_time" jdbcType="INTEGER" property="threeShiftTime" />
|
<result column="two_shift_time" jdbcType="INTEGER" property="twoShiftTime" />
|
<result column="down_time" jdbcType="INTEGER" property="downTime" />
|
<result column="factory" jdbcType="INTEGER" property="factory" />
|
</resultMap>
|
</mapper>
|