first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?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.linke.example.domain.elasticJob.repository.mapper.ElasticJobMapper">
|
||||
|
||||
<resultMap type="com.mhd.common.core.domain.ElasticJob" id="ElasticJobResult">
|
||||
<id property="elasticJobId" column="elastic_job_id" />
|
||||
<result property="applicationName" column="application_name" />
|
||||
<result property="jobName" column="job_name" />
|
||||
<result property="cron" column="cron" />
|
||||
<result property="totalCount" column="total_count" />
|
||||
<result property="itemParam" column="item_param" />
|
||||
<result property="className" column="class_name" />
|
||||
</resultMap>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user