mitao
4 天以前 45e035bfb4c196fd8c58946d560da69006de6689
ruoyi-system/src/main/resources/mapper/system/AssetAdMaterialPriceMapper.xml
File was renamed from ruoyi-system/src/main/resources/mapper/system/AssetAdvertisementMaterialPriceMapper.xml
@@ -1,9 +1,9 @@
<?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.system.mapper.AssetAdvertisementMaterialPriceMapper">
<mapper namespace="com.ruoyi.system.mapper.AssetAdMaterialPriceMapper">
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.ruoyi.system.model.AssetAdvertisementMaterialPrice">
    <resultMap id="BaseResultMap" type="com.ruoyi.system.model.AssetAdMaterialPrice">
        <id column="id" property="id" />
        <result column="material_name" property="materialName" />
        <result column="unit_price" property="unitPrice" />