| | |
| | | <mapper namespace="com.ycl.mapper.ProjectInfoMapper"> |
| | | |
| | | <!-- 通用查询映射结果 --> |
| | | <resultMap id="BaseResultMap" type="com.ycl.domain.vo.ProjectInfoVO"> |
| | | <resultMap id="BaseResultMap" type="com.ycl.domain.entity.ProjectInfo"> |
| | | <id column="id" property="id"/> |
| | | <result column="project_name" property="projectName" /> |
| | | <result column="project_code" property="projectCode" /> |
| | |
| | | <result column="project_owner_unit" property="projectOwnerUnit" /> |
| | | <result column="project_contact_person" property="projectContactPerson" /> |
| | | <result column="contact" property="contact" /> |
| | | <result column="gmt_create_time" property="gmtCreateTime" /> |
| | | <result column="gmt_update_time" property="gmtUpdateTime" /> |
| | | <result column="gmt_create" property="gmtCreate" /> |
| | | <result column="gmt_update" property="gmtUpdate" /> |
| | | <result column="update_by" property="updateBy" /> |
| | | <result column="create_by" property="createBy" /> |
| | | </resultMap> |
| | |
| | | TPI.project_owner_unit, |
| | | TPI.project_contact_person, |
| | | TPI.contact, |
| | | TPI.gmt_create_time, |
| | | TPI.gmt_update_time, |
| | | TPI.gmt_create, |
| | | TPI.gmt_update, |
| | | TPI.update_by, |
| | | TPI.create_by, |
| | | TPI.id |
| | |
| | | TPI.project_owner_unit, |
| | | TPI.project_contact_person, |
| | | TPI.contact, |
| | | TPI.gmt_create_time, |
| | | TPI.gmt_update_time, |
| | | TPI.gmt_create, |
| | | TPI.gmt_update, |
| | | TPI.update_by, |
| | | TPI.create_by, |
| | | TPI.id |