rentaiming
2024-07-08 6cc45ce9e23eae92a115abf9eb531a22b01db7e0
森林防火 供应商管理
1个文件已添加
22 ■■■■■ 已修改文件
ruoyi-modules/ruoyi-management/target/classes/mapper/management/ManagementGoodsMaterialsMapper.xml 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-modules/ruoyi-management/target/classes/mapper/management/ManagementGoodsMaterialsMapper.xml
New file
@@ -0,0 +1,22 @@
<?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.rouyi.management.mapper.ManagementGoodsMaterialsMapper">
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.ruoyi.management.domain.ManagementGoodsMaterials">
        <id column="id" property="id" />
        <result column="repertory_sum" property="repertorySum" />
        <result column="repertory_zhai" property="repertoryZhai" />
        <result column="repertory_chu" property="repertoryChu" />
        <result column="repertory_yishi" property="repertoryYishi" />
        <result column="check_num" property="checkNum" />
        <result column="management_id" property="managementId" />
        <result column="goods_materials_id" property="goodsMaterialsId" />
        <result column="del_flag" property="delFlag" />
        <result column="create_by" property="createBy" />
        <result column="create_time" property="createTime" />
        <result column="update_by" property="updateBy" />
        <result column="update_time" property="updateTime" />
    </resultMap>
</mapper>