| | |
| | | <mapper namespace="com.linghu.mapper.TypeMapper"> |
| | | |
| | | <resultMap id="BaseResultMap" type="com.linghu.model.entity.Type"> |
| | | <id property="typeId" column="type_id" jdbcType="INTEGER"/> |
| | | <result property="typeName" column="type_name" jdbcType="VARCHAR"/> |
| | | <result property="delFlag" column="del_flag" jdbcType="TINYINT"/> |
| | | <id property="type_id" column="type_id" jdbcType="INTEGER"/> |
| | | <result property="type_name" column="type_name" jdbcType="VARCHAR"/> |
| | | <result property="del_flag" column="del_flag" jdbcType="TINYINT"/> |
| | | </resultMap> |
| | | |
| | | <sql id="Base_Column_List"> |