pang.jiabao
2025-04-27 e9a5f5c065e7232e9d5ca1f2a4948d2f8e6e0c03
src/main/resources/mapper/BasWrkIotypeMapper.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.zy.asrs.mapper.BasWrkIotypeMapper">
<mapper namespace="com.zy.mapper.BasWrkIotypeMapper">
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.zy.asrs.entity.BasWrkIotype">
    <resultMap id="BaseResultMap" type="com.zy.entity.BasWrkIotype">
        <id column="io_type" property="ioType" />
        <result column="io_pri" property="ioPri" />
        <result column="io_desc" property="ioDesc" />