| | |
| | | "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| | | <mapper namespace="com.linghu.mapper.OrderMapper"> |
| | | |
| | | <resultMap id="BaseResultMap" type="com.linghu.model.entity.Order"> |
| | | <resultMap id="BaseResultMap" type="com.linghu.model.entity.Orders"> |
| | | <id property="order_id" column="order_id" jdbcType="VARCHAR"/> |
| | | <result property="client_name" column="client_name" jdbcType="VARCHAR"/> |
| | | <result property="status" column="status" jdbcType="TINYINT"/> |
| | | <result property="del_flag" column="del_flag" jdbcType="TINYINT"/> |
| | | <result property="status" column="status" jdbcType="INTEGER"/> |
| | | <result property="del_flag" column="del_flag" jdbcType="INTEGER"/> |
| | | <result property="create_by" column="create_by" jdbcType="VARCHAR"/> |
| | | <result property="create_time" column="create_time" jdbcType="TIMESTAMP"/> |
| | | <result property="update_by" column="update_by" jdbcType="VARCHAR"/> |