| | |
| | | <mapper namespace="com.linghu.mapper.OrderMapper"> |
| | | |
| | | <resultMap id="BaseResultMap" type="com.linghu.model.entity.Order"> |
| | | <id property="orderId" column="order_id" jdbcType="VARCHAR"/> |
| | | <result property="clientName" column="client_name" jdbcType="VARCHAR"/> |
| | | <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="delFlag" column="del_flag" jdbcType="TINYINT"/> |
| | | <result property="createBy" column="create_by" jdbcType="VARCHAR"/> |
| | | <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/> |
| | | <result property="updateBy" column="update_by" jdbcType="VARCHAR"/> |
| | | <result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/> |
| | | <result property="del_flag" column="del_flag" jdbcType="TINYINT"/> |
| | | <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"/> |
| | | <result property="update_time" column="update_time" jdbcType="TIMESTAMP"/> |
| | | </resultMap> |
| | | |
| | | <sql id="Base_Column_List"> |