pjb
2025-08-23 c4b2cfbdc4b31a6e37a9b51c5f69620bd5e7841f
src/main/resources/mapper/StaDescMapper.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.StaDescMapper">
<mapper namespace="com.zy.mapper.StaDescMapper">
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.zy.asrs.entity.StaDesc">
    <resultMap id="BaseResultMap" type="com.zy.entity.StaDesc">
        <id column="type_id" property="typeId" />
        <result column="type_no" property="typeNo" />
        <result column="type_desc" property="typeDesc" />
@@ -19,4 +19,6 @@
    </resultMap>
</mapper>