chenhj
2026-04-20 6604ae13d86b1f22c0a7a3af536526102d85b77d
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper
        PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
        "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.sales.mapper.QuotationRecordMapper">
    <resultMap id="BaseResultMap" type="com.ruoyi.sales.pojo.QuotationRecord">
        <id column="id" property="id"/>
        <result column="quotation_id" property="quotationId"/>
        <result column="info" property="info"/>
        <result column="create_time" property="createTime"/>
    </resultMap>
</mapper>