|
@@ -2,6 +2,21 @@
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
<mapper namespace="com.hrsk.cloud.eg.infrastructure.repository.database.mapper.EgApiEndpointMapper">
|
|
<mapper namespace="com.hrsk.cloud.eg.infrastructure.repository.database.mapper.EgApiEndpointMapper">
|
|
|
|
+ <resultMap id="BaseResultMap" type="com.hrsk.cloud.eg.infrastructure.repository.database.entity.EgApiEndpointDo">
|
|
|
|
+ <result column="id" property="id"/>
|
|
|
|
+ <result column="create_uid" property="createUid"/>
|
|
|
|
+ <result column="create_username" property="createUsername"/>
|
|
|
|
+ <result column="gmt_create" property="gmtCreate"/>
|
|
|
|
+ <result column="modify_uid" property="modifyUid"/>
|
|
|
|
+ <result column="modify_username" property="modifyUsername"/>
|
|
|
|
+ <result column="gmt_modify" property="gmtModify"/>
|
|
|
|
+ <result column="status" property="status"/>
|
|
|
|
+ <result column="api_config" property="apiConfig"/>
|
|
|
|
+ <result column="api_code" property="apiCode"/>
|
|
|
|
+ <result column="api_id" property="apiId"/>
|
|
|
|
+
|
|
|
|
+ </resultMap>
|
|
|
|
+
|
|
<sql id="allCol" >
|
|
<sql id="allCol" >
|
|
id,
|
|
id,
|
|
`status`,
|
|
`status`,
|