Files
education/backend/roomroot-jwgl/target/classes/com/roomroot/jwgl/mapper/TGBMapper.xml
T
2026-08-21 14:39:03 +08:00

24 lines
1022 B
XML

<?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.roomroot.jwgl.mapper.TGBMapper">
<resultMap id="BaseResultMap" type="com.roomroot.jwgl.entity.TGB">
<result column="编号" property="bH" />
<result column="标题" property="bT" />
<result column="内容" property="nR" />
<result column="发布时间" property="fBSJ" />
<result column="创建时间" property="cJSJ" />
<result column="优先级" property="yXJ" />
<result column="阅读次数" property="yDCS" />
<result column="状态" property="zT" />
<result column="类别" property="lB" />
<result column="备注" property="bZ" />
<result column="全体" property="qT" />
</resultMap>
<sql id="Base_Column_List">
编号, 标题, 内容, 发布时间, 创建时间, 优先级, 阅读次数, 状态, 类别, 备注, 全体
</sql>
</mapper>