ComProjcetResearchDAO.xml 529 Bytes
<?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.yiboshi.science.dao.ComProjcetResearchDAO">
    <sql id="allColumns">
        t.id as id, t.proj_id as projId, t.proj_no as projNo, t.proj_name as projName, t.approve_unit as approveUnit, t.head_name as headName, t.age_limit as ageLimit, t.funding as funding, 
        t.relation as relation
    </sql>
</mapper>