代码合并终
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.njcn.process.mapper;
|
||||
|
||||
import com.github.jeffreyning.mybatisplus.base.MppBaseMapper;
|
||||
import com.njcn.process.pojo.po.RStatDistributionProblemPO;
|
||||
|
||||
/**
|
||||
*
|
||||
* Description:
|
||||
* 接口文档访问地址:http://serverIP:port/swagger-ui.html
|
||||
* Date: 2023/2/1 14:17【需求编号】
|
||||
*
|
||||
* @author clam
|
||||
* @version V1.0.0
|
||||
*/
|
||||
public interface RStatDistributionProblemMapper extends MppBaseMapper<RStatDistributionProblemPO> {
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
package com.njcn.process.mapper;
|
||||
|
||||
import com.github.jeffreyning.mybatisplus.base.MppBaseMapper;
|
||||
import com.njcn.process.pojo.po.RStatWorkOrderDetailPO;
|
||||
|
||||
/**
|
||||
*
|
||||
* Description:
|
||||
* 接口文档访问地址:http://serverIP:port/swagger-ui.html
|
||||
* Date: 2023/2/1 14:13【需求编号】
|
||||
*
|
||||
* @author clam
|
||||
* @version V1.0.0
|
||||
*/
|
||||
public interface RStatWorkOrderDetailMapper extends MppBaseMapper<RStatWorkOrderDetailPO> {
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
<?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.process.mapper.RStatDistributionProblemMapper">
|
||||
<resultMap id="BaseResultMap" type="com.njcn.process.pojo.po.RStatDistributionProblemPO">
|
||||
<!--@mbg.generated-->
|
||||
<!--@Table r_stat_distribution_problem-->
|
||||
<id column="problem_no" jdbcType="VARCHAR" property="problemNo" />
|
||||
<result column="problem_type" jdbcType="VARCHAR" property="problemType" />
|
||||
<result column="occur_time" jdbcType="TIMESTAMP" property="occurTime" />
|
||||
<result column="distribution_id" jdbcType="VARCHAR" property="distributionId" />
|
||||
<result column="last_time" jdbcType="TIMESTAMP" property="lastTime" />
|
||||
<result column="check_status" jdbcType="VARCHAR" property="checkStatus" />
|
||||
<result column="check_result" jdbcType="VARCHAR" property="checkResult" />
|
||||
<result column="handle_time" jdbcType="TIMESTAMP" property="handleTime" />
|
||||
<result column="measurement_point_id" jdbcType="VARCHAR" property="measurementPointId" />
|
||||
<result column="problem_describe" jdbcType="VARCHAR" property="problemDescribe" />
|
||||
<result column="supply_describe" jdbcType="VARCHAR" property="supplyDescribe" />
|
||||
</resultMap>
|
||||
<sql id="Base_Column_List">
|
||||
<!--@mbg.generated-->
|
||||
problem_no, problem_type, occur_time, distribution_id, last_time, check_status, check_result,
|
||||
handle_time, measurement_point_id, problem_describe, supply_describe
|
||||
</sql>
|
||||
</mapper>
|
||||
@@ -0,0 +1,45 @@
|
||||
<?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.process.mapper.RStatWorkOrderDetailMapper">
|
||||
<resultMap id="BaseResultMap" type="com.njcn.process.pojo.po.RStatWorkOrderDetailPO">
|
||||
<!--@mbg.generated-->
|
||||
<!--@Table r_stat_work_order_detail-->
|
||||
<id column="problem_no" jdbcType="VARCHAR" property="problemNo" />
|
||||
<result column="work_order_status" jdbcType="VARCHAR" property="workOrderStatus" />
|
||||
<result column="work_order_type" jdbcType="VARCHAR" property="workOrderType" />
|
||||
<result column="primary_business_type" jdbcType="VARCHAR" property="primaryBusinessType" />
|
||||
<result column="two_business_type" jdbcType="VARCHAR" property="twoBusinessType" />
|
||||
<result column="power_supply_station" jdbcType="VARCHAR" property="powerSupplyStation" />
|
||||
<result column="work_order_process" jdbcType="VARCHAR" property="workOrderProcess" />
|
||||
<result column="whbz" jdbcType="VARCHAR" property="whbz" />
|
||||
<result column="work_order_leader" jdbcType="VARCHAR" property="workOrderLeader" />
|
||||
<result column="work_order_over_time" jdbcType="TIMESTAMP" property="workOrderOverTime" />
|
||||
<result column="expect_ask_feedback_time" jdbcType="TIMESTAMP" property="expectAskFeedbackTime" />
|
||||
<result column="pick_up_person" jdbcType="VARCHAR" property="pickUpPerson" />
|
||||
<result column="distribution_time" jdbcType="TIMESTAMP" property="distributionTime" />
|
||||
<result column="expiration_time" jdbcType="TIMESTAMP" property="expirationTime" />
|
||||
<result column="relation_device" jdbcType="VARCHAR" property="relationDevice" />
|
||||
<result column="enclosure" jdbcType="VARCHAR" property="enclosure" />
|
||||
<result column="copy_for" jdbcType="VARCHAR" property="copyFor" />
|
||||
<result column="ask_feedback_time" jdbcType="TIMESTAMP" property="askFeedbackTime" />
|
||||
<result column="planned_completion_time" jdbcType="TIMESTAMP" property="plannedCompletionTime" />
|
||||
<result column="cause_feedback" jdbcType="VARCHAR" property="causeFeedback" />
|
||||
<result column="check_status" jdbcType="VARCHAR" property="checkStatus" />
|
||||
<result column="check_comments" jdbcType="VARCHAR" property="checkComments" />
|
||||
<result column="rectify_complete_time" jdbcType="TIMESTAMP" property="rectifyCompleteTime" />
|
||||
<result column="rectify_person" jdbcType="VARCHAR" property="rectifyPerson" />
|
||||
<result column="rectify_describe" jdbcType="VARCHAR" property="rectifyDescribe" />
|
||||
<result column="assess_complete_time" jdbcType="TIMESTAMP" property="assessCompleteTime" />
|
||||
<result column="assess_result" jdbcType="VARCHAR" property="assessResult" />
|
||||
<result column="assess_describe" jdbcType="VARCHAR" property="assessDescribe" />
|
||||
</resultMap>
|
||||
<sql id="Base_Column_List">
|
||||
<!--@mbg.generated-->
|
||||
problem_no, work_order_status, work_order_type, primary_business_type, two_business_type,
|
||||
power_supply_station, work_order_process, whbz, work_order_leader, work_order_over_time,
|
||||
expect_ask_feedback_time, pick_up_person, distribution_time, expiration_time, relation_device,
|
||||
enclosure, copy_for, ask_feedback_time, planned_completion_time, cause_feedback,
|
||||
check_status, check_comments, rectify_complete_time, rectify_person, rectify_describe,
|
||||
assess_complete_time, assess_result, assess_describe
|
||||
</sql>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user