旭捷内部项目管理系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1.2 KiB

10 months ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  3. <mapper namespace="com.gaotao.modules.base.dao.ChooselistDao">
  4. <resultMap id="BaseResultMap" type="com.gaotao.modules.base.entity.Chooselist">
  5. <id column="TagNo" jdbcType="FLOAT" property="tagno" />
  6. <result column="Description" jdbcType="VARCHAR" property="description" />
  7. <result column="SQLCode" jdbcType="VARCHAR" property="sqlcode" />
  8. <result column="Caption1" jdbcType="VARCHAR" property="caption1" />
  9. <result column="Caption2" jdbcType="VARCHAR" property="caption2" />
  10. <result column="Caption3" jdbcType="VARCHAR" property="caption3" />
  11. <result column="Caption4" jdbcType="VARCHAR" property="caption4" />
  12. <result column="FieldName1" jdbcType="VARCHAR" property="fieldname1" />
  13. <result column="FieldName2" jdbcType="VARCHAR" property="fieldname2" />
  14. </resultMap>
  15. <sql id="Base_Column_List">
  16. TagNo, Description, "SQLCode", Caption1, Caption2, Caption3, Caption4, FieldName1,
  17. FieldName2
  18. </sql>
  19. <select id="getChooselistData" resultType="java.util.Map">
  20. ${sqlCode }
  21. </select>
  22. </mapper>