成立单独的冀北技术监督项目
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?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.njcn.supervision.mapper.user.UserReportPOMapper">
|
||||
<resultMap id="BaseResultMap" type="com.njcn.process.pojo.po.UserReportPO">
|
||||
<resultMap id="BaseResultMap" type="UserReportPO">
|
||||
<!--@mbg.generated-->
|
||||
<!--@Table user_report-->
|
||||
<id column="id" jdbcType="VARCHAR" property="id" />
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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.njcn.supervision.mapper.user.UserReportProjectPOMapper">
|
||||
<resultMap id="BaseResultMap" type="com.njcn.process.pojo.po.UserReportProjectPO">
|
||||
<resultMap id="BaseResultMap" type="UserReportProjectPO">
|
||||
<!--@mbg.generated-->
|
||||
<!--@Table user_report_project-->
|
||||
<id column="id" jdbcType="VARCHAR" property="id" />
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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.njcn.supervision.mapper.user.UserReportSensitivePOMapper">
|
||||
<resultMap id="BaseResultMap" type="com.njcn.process.pojo.po.UserReportSensitivePO">
|
||||
<resultMap id="BaseResultMap" type="UserReportSensitivePO">
|
||||
<!--@mbg.generated-->
|
||||
<!--@Table user_report_sensitive-->
|
||||
<id column="id" jdbcType="VARCHAR" property="id" />
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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.njcn.supervision.mapper.user.UserReportSubstationPOMapper">
|
||||
<resultMap id="BaseResultMap" type="com.njcn.process.pojo.po.UserReportSubstationPO">
|
||||
<resultMap id="BaseResultMap" type="UserReportSubstationPO">
|
||||
<!--@mbg.generated-->
|
||||
<!--@Table user_report_substation-->
|
||||
<id column="id" jdbcType="VARCHAR" property="id" />
|
||||
|
||||
Reference in New Issue
Block a user