- <?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.zhgd.scs.mapper.StatLaborPersonFlowMonthMapper">
- <resultMap id="BaseResultMap" type="com.zhgd.scs.domain.StatLaborPersonFlowMonth">
- <id property="id" column="id" jdbcType="BIGINT"/>
- <result property="totalCount" column="total_count" jdbcType="INTEGER"/>
- <result property="inCount" column="in_count" jdbcType="INTEGER"/>
- <result property="outCount" column="out_count" jdbcType="INTEGER"/>
- <result property="monthDate" column="month_date" jdbcType="VARCHAR"/>
- </resultMap>
- </mapper>
|