yangys
2024-11-02 9a9b747962cc00801d8cce4137d1e123d556a79b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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>