zelong.shao

customer|目录调整

package com.fedex.connect.customer.repository.base;
import com.fedex.connect.customer.repository.mapper.ConsignmentExtMapper;
import com.fedex.connect.customer.repository.dao.ConsignmentExtMapper;
import org.springframework.beans.factory.annotation.Autowired;
public class BaseDao {
......
package com.fedex.connect.customer.repository.mapper;
package com.fedex.connect.customer.repository.dao;
import com.fedex.connect.common.model.biz.Consignment;
import com.fedex.connect.customer.data.query.ConsignmentQuery;
......
<?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.fedex.connect.customer.repository.mapper.ConsignmentExtMapper">
<mapper namespace="com.fedex.connect.customer.repository.dao.ConsignmentExtMapper">
<resultMap id="BaseResultMap" type="com.fedex.connect.common.model.biz.Consignment">
<id column="ID" jdbcType="NUMERIC" property="id" />
<result column="CONSIGNMENT_CODE" jdbcType="VARCHAR" property="consignmentCode" />
......