yangys
2025-08-11 d8772910ec07b06576029ba7913783915ee5579f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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="org.springblade.mdm.gkw.programnode.mapper.MachineFileMapper">
    <resultMap id="BaseResultMap" type="org.springblade.mdm.gkw.programnode.entity.MachineFile">
        <id column="id" property="id"/>
        <result column="name" property="name"/>
        <result column="node_type" property="dirType"/>
        <result column="status" property="status"/>
        <result column="create_time" property="createTime"/>
        <result column="update_time" property="updateTime"/>
        <result column="is_deleted" property="isDeleted"/>
    </resultMap>
 
 
</mapper>