Commit 3ca579c2 by songyinghui

feat: 活码分组 mapper

parent c7c56443
package com.gic.haoban.manage.service.dao.mapper; package com.gic.haoban.manage.service.dao.mapper.hm;
import com.gic.haoban.manage.service.entity.TabHaobanHmGroupSetting; import com.gic.haoban.manage.service.entity.TabHaobanHmGroupSetting;
......
package com.gic.haoban.manage.service.dao.mapper; package com.gic.haoban.manage.service.dao.mapper.hm;
import com.gic.haoban.manage.service.entity.TabHaobanHmPage; import com.gic.haoban.manage.service.entity.TabHaobanHmPage;
......
<?xml version="1.0" encoding="UTF-8" ?> <?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" > <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.gic.haoban.manage.service.dao.mapper.TabHaobanHmGroupSettingMapper"> <mapper namespace="com.gic.haoban.manage.service.dao.mapper.hm.TabHaobanHmGroupSettingMapper">
<resultMap id="BaseResultMap" type="com.gic.haoban.manage.service.entity.TabHaobanHmGroupSetting"> <resultMap id="BaseResultMap" type="com.gic.haoban.manage.service.entity.TabHaobanHmGroupSetting">
<result column="group_id" property="groupId" jdbcType="BIGINT"/> <result column="group_id" property="groupId" jdbcType="BIGINT"/>
<result column="group_name" property="groupName" jdbcType="VARCHAR"/> <result column="group_name" property="groupName" jdbcType="VARCHAR"/>
......
<?xml version="1.0" encoding="UTF-8" ?> <?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" > <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.gic.haoban.manage.service.dao.mapper.TabHaobanHmPageMapper"> <mapper namespace="com.gic.haoban.manage.service.dao.mapper.hm.TabHaobanHmPageMapper">
<resultMap id="BaseResultMap" type="com.gic.haoban.manage.service.entity.TabHaobanHmPage"> <resultMap id="BaseResultMap" type="com.gic.haoban.manage.service.entity.TabHaobanHmPage">
<result column="template_id" property="templateId" jdbcType="BIGINT"/> <result column="template_id" property="templateId" jdbcType="BIGINT"/>
<result column="template_code" property="templateCode" jdbcType="CHAR"/> <result column="template_code" property="templateCode" jdbcType="CHAR"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment