StatEngVehicleAlarmDayCountMapper.xml 712 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE mapper
  3. PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  4. "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  5. <mapper namespace="com.zhgd.scs.mapper.StatEngVehicleAlarmDayCountMapper">
  6. <resultMap id="BaseResultMap" type="com.zhgd.scs.domain.StatEngVehicleAlarmDayCount">
  7. <id property="id" column="id" jdbcType="BIGINT"/>
  8. <result property="projectId" column="project_id" jdbcType="BIGINT"/>
  9. <result property="date" column="date" jdbcType="DATE"/>
  10. <result property="count" column="count" jdbcType="INTEGER"/>
  11. <result property="type" column="type" jdbcType="BIGINT"/>
  12. </resultMap>
  13. </mapper>