Commit d8b4ddb2 by guominglei

mapper接口和mapper.xml名称对应

parent 13e2aadc
......@@ -13,7 +13,7 @@ public interface JobFlowNodeMapper {
int updateByIdSelective(JobFlowNode record);
int updateByIdWithBLOBs(JobFlowNode record);
int updateByPrimaryKeyWithBLOBs(JobFlowNode record);
int updateById(JobFlowNode record);
}
\ No newline at end of file
......@@ -13,7 +13,7 @@ public interface JobFlowNodeVersionMapper {
int updateByIdSelective(JobFlowNodeVersion record);
int updateByIdWithBLOBs(JobFlowNodeVersion record);
int updateByPrimaryKeyWithBLOBs(JobFlowNodeVersion record);
int updateById(JobFlowNodeVersion record);
}
\ No newline at end of file
......@@ -13,7 +13,7 @@ public interface JobTaskMapper {
int updateByIdSelective(JobTask record);
int updateByIdWithBLOBs(JobTask record);
int updateByPrimaryKeyWithBLOBs(JobTask record);
int updateById(JobTask record);
}
\ No newline at end of file
......@@ -14,7 +14,7 @@ public interface JobTaskRunLogMapper {
int updateByIdSelective(JobTaskRunLogWithBLOBs record);
int updateByIdWithBLOBs(JobTaskRunLogWithBLOBs record);
int updateByPrimaryKeyWithBLOBs(JobTaskRunLogWithBLOBs record);
int updateById(JobTaskRunLog record);
}
\ No newline at end of file
......@@ -13,7 +13,7 @@ public interface JobTaskScheduleMapper {
int updateByIdSelective(JobTaskSchedule record);
int updateByIdWithBLOBs(JobTaskSchedule record);
int updateByPrimaryKeyWithBLOBs(JobTaskSchedule record);
int updateById(JobTaskSchedule record);
}
\ No newline at end of file
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