接口定义

This commit is contained in:
苏竹红
2023-05-31 11:43:53 +08:00
parent 2d6c7c198e
commit de94c572ef
45 changed files with 318 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
package com.cool.store.mapper;
import com.cool.store.model.entity.HyAdvancedSettingDO;
import com.cool.store.entity.HyAdvancedSettingDO;
import org.apache.ibatis.annotations.Param;
/**

View File

@@ -1,6 +1,6 @@
package com.cool.store.mapper;
import com.cool.store.model.entity.HyContentInfoDO;
import com.cool.store.entity.HyContentInfoDO;
import org.apache.ibatis.annotations.Param;
/**

View File

@@ -1,6 +1,6 @@
package com.cool.store.mapper;
import com.cool.store.model.entity.HyIntendDevZoneInfoDO;
import com.cool.store.entity.HyIntendDevZoneInfoDO;
import org.apache.ibatis.annotations.Param;
/**

View File

@@ -1,6 +1,6 @@
package com.cool.store.mapper;
import com.cool.store.model.entity.HyIntendDevelopementMappingDO;
import com.cool.store.entity.HyIntendDevelopementMappingDO;
import org.apache.ibatis.annotations.Param;
/**

View File

@@ -1,6 +1,6 @@
package com.cool.store.mapper;
import com.cool.store.model.entity.HyOpenAreaInfoDO;
import com.cool.store.entity.HyOpenAreaInfoDO;
import org.apache.ibatis.annotations.Param;
/**

View File

@@ -1,6 +1,6 @@
package com.cool.store.mapper;
import com.cool.store.model.entity.HyPartnerBaseInfoDO;
import com.cool.store.entity.HyPartnerBaseInfoDO;
import org.apache.ibatis.annotations.Param;
/**

View File

@@ -1,6 +1,6 @@
package com.cool.store.mapper;
import com.cool.store.model.entity.HyPartnerCertificationInfoDO;
import com.cool.store.entity.HyPartnerCertificationInfoDO;
import org.apache.ibatis.annotations.Param;
/**

View File

@@ -1,6 +1,6 @@
package com.cool.store.mapper;
import com.cool.store.model.entity.HyPartnerClerkDO;
import com.cool.store.entity.HyPartnerClerkDO;
import org.apache.ibatis.annotations.Param;
/**

View File

@@ -1,6 +1,6 @@
package com.cool.store.mapper;
import com.cool.store.model.entity.HyPartnerIntentInfoDO;
import com.cool.store.entity.HyPartnerIntentInfoDO;
import org.apache.ibatis.annotations.Param;
/**

View File

@@ -1,6 +1,6 @@
package com.cool.store.mapper;
import com.cool.store.model.entity.HyPartnerInterviewLogDO;
import com.cool.store.entity.HyPartnerInterviewLogDO;
import org.apache.ibatis.annotations.Param;
/**

View File

@@ -1,6 +1,6 @@
package com.cool.store.mapper;
import com.cool.store.model.entity.HyPartnerInterviewDO;
import com.cool.store.entity.HyPartnerInterviewDO;
import org.apache.ibatis.annotations.Param;
/**

View File

@@ -1,6 +1,6 @@
package com.cool.store.mapper;
import com.cool.store.model.entity.HyPartnerInterviewPlanDO;
import com.cool.store.entity.HyPartnerInterviewPlanDO;
import org.apache.ibatis.annotations.Param;
/**

View File

@@ -1,6 +1,7 @@
package com.cool.store.mapper;
import com.cool.store.model.entity.HyPartnerLineInfoDO;
import com.cool.store.entity.HyPartnerLineInfoDO;
import com.cool.store.entity.HyPartnerLineInfoDO;
import org.apache.ibatis.annotations.Param;
/**

View File

@@ -1,6 +1,6 @@
package com.cool.store.mapper;
import com.cool.store.model.entity.HyPartnerTaskInfoLogDO;
import com.cool.store.entity.HyPartnerTaskInfoLogDO;
import org.apache.ibatis.annotations.Param;
/**

View File

@@ -1,6 +1,6 @@
package com.cool.store.mapper;
import com.cool.store.model.entity.HyPartnerUserInfoDO;
import com.cool.store.entity.HyPartnerUserInfoDO;
import org.apache.ibatis.annotations.Param;
/**

View File

@@ -1,6 +1,6 @@
package com.cool.store.mapper;
import com.cool.store.model.entity.HyPartnerUserPlatformBindDO;
import com.cool.store.entity.HyPartnerUserPlatformBindDO;
import org.apache.ibatis.annotations.Param;
/**

View File

@@ -1,6 +1,6 @@
package com.cool.store.mapper;
import com.cool.store.model.entity.HyWorkflowStageDO;
import com.cool.store.entity.HyWorkflowStageDO;
import org.apache.ibatis.annotations.Param;
/**

View File

@@ -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.cool.store.mapper.HyAdvancedSettingMapper">
<resultMap id="BaseResultMap" type="com.cool.store.model.entity.HyAdvancedSettingDO">
<resultMap id="BaseResultMap" type="com.cool.store.entity.HyAdvancedSettingDO">
<id column="id" jdbcType="BIGINT" property="id" />
<result column="partner_url" jdbcType="VARCHAR" property="partnerUrl" />
<result column="allocation_roles" jdbcType="VARCHAR" property="allocationRoles" />

View File

@@ -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.cool.store.mapper.HyContentInfoMapper">
<resultMap id="BaseResultMap" type="com.cool.store.model.entity.HyContentInfoDO">
<resultMap id="BaseResultMap" type="com.cool.store.entity.HyContentInfoDO">
<id column="id" jdbcType="BIGINT" property="id" />
<result column="content_title" jdbcType="VARCHAR" property="contentTitle" />
<result column="subject" jdbcType="VARCHAR" property="subject" />
@@ -14,7 +14,7 @@
<result column="create_user_id" jdbcType="VARCHAR" property="createUserId" />
<result column="update_user_id" jdbcType="VARCHAR" property="updateUserId" />
</resultMap>
<resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.cool.store.model.entity.HyContentInfoDO">
<resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.cool.store.entity.HyContentInfoDO">
<result column="content" jdbcType="LONGVARCHAR" property="content" />
</resultMap>
<sql id="Base_Column_List">

View File

@@ -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.cool.store.mapper.HyIntendDevZoneInfoMapper">
<resultMap id="BaseResultMap" type="com.cool.store.model.entity.HyIntendDevZoneInfoDO">
<resultMap id="BaseResultMap" type="com.cool.store.entity.HyIntendDevZoneInfoDO">
<id column="id" jdbcType="BIGINT" property="id" />
<result column="zone_name" jdbcType="VARCHAR" property="zoneName" />
<result column="associated_region_id" jdbcType="VARCHAR" property="associatedRegionId" />

View File

@@ -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.cool.store.mapper.HyIntendDevelopementMappingMapper">
<resultMap id="BaseResultMap" type="com.cool.store.model.entity.HyIntendDevelopementMappingDO">
<resultMap id="BaseResultMap" type="com.cool.store.entity.HyIntendDevelopementMappingDO">
<id column="id" jdbcType="BIGINT" property="id" />
<result column="mapping_id" jdbcType="VARCHAR" property="mappingId" />
<result column="open_area_mapping_id" jdbcType="VARCHAR" property="openAreaMappingId" />

View File

@@ -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.cool.store.mapper.HyOpenAreaInfoMapper">
<resultMap id="BaseResultMap" type="com.cool.store.model.entity.HyOpenAreaInfoDO">
<resultMap id="BaseResultMap" type="com.cool.store.entity.HyOpenAreaInfoDO">
<id column="id" jdbcType="BIGINT" property="id" />
<result column="parent_id" jdbcType="BIGINT" property="parentId" />
<result column="area_name" jdbcType="VARCHAR" property="areaName" />

View File

@@ -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.cool.store.mapper.HyPartnerBaseInfoMapper">
<resultMap id="BaseResultMap" type="com.cool.store.model.entity.HyPartnerBaseInfoDO">
<resultMap id="BaseResultMap" type="com.cool.store.entity.HyPartnerBaseInfoDO">
<id column="id" jdbcType="BIGINT" property="id" />
<result column="partner_id" jdbcType="VARCHAR" property="partnerId" />
<result column="partner_line_id" jdbcType="BIGINT" property="partnerLineId" />

View File

@@ -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.cool.store.mapper.HyPartnerCertificationInfoMapper">
<resultMap id="BaseResultMap" type="com.cool.store.model.entity.HyPartnerCertificationInfoDO">
<resultMap id="BaseResultMap" type="com.cool.store.entity.HyPartnerCertificationInfoDO">
<id column="id" jdbcType="BIGINT" property="id" />
<result column="partner_id" jdbcType="VARCHAR" property="partnerId" />
<result column="partner_line_id" jdbcType="BIGINT" property="partnerLineId" />

View File

@@ -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.cool.store.mapper.HyPartnerClerkMapper">
<resultMap id="BaseResultMap" type="com.cool.store.model.entity.HyPartnerClerkDO">
<resultMap id="BaseResultMap" type="com.cool.store.entity.HyPartnerClerkDO">
<id column="id" jdbcType="BIGINT" property="id" />
<result column="partner_line_id" jdbcType="BIGINT" property="partnerLineId" />
<result column="partner_id" jdbcType="VARCHAR" property="partnerId" />

View File

@@ -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.cool.store.mapper.HyPartnerIntentInfoMapper">
<resultMap id="BaseResultMap" type="com.cool.store.model.entity.HyPartnerIntentInfoDO">
<resultMap id="BaseResultMap" type="com.cool.store.entity.HyPartnerIntentInfoDO">
<id column="id" jdbcType="BIGINT" property="id" />
<result column="partner_id" jdbcType="VARCHAR" property="partnerId" />
<result column="partner_line_id" jdbcType="BIGINT" property="partnerLineId" />

View File

@@ -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.cool.store.mapper.HyPartnerInterviewLogMapper">
<resultMap id="BaseResultMap" type="com.cool.store.model.entity.HyPartnerInterviewLogDO">
<resultMap id="BaseResultMap" type="com.cool.store.entity.HyPartnerInterviewLogDO">
<id column="id" jdbcType="BIGINT" property="id" />
<result column="partner_line_id" jdbcType="BIGINT" property="partnerLineId" />
<result column="partner_interview_id" jdbcType="BIGINT" property="partnerInterviewId" />

View File

@@ -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.cool.store.mapper.HyPartnerInterviewMapper">
<resultMap id="BaseResultMap" type="com.cool.store.model.entity.HyPartnerInterviewDO">
<resultMap id="BaseResultMap" type="com.cool.store.entity.HyPartnerInterviewDO">
<id column="id" jdbcType="BIGINT" property="id" />
<result column="status" jdbcType="TINYINT" property="status" />
<result column="partner_line_id" jdbcType="BIGINT" property="partnerLineId" />

View File

@@ -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.cool.store.mapper.HyPartnerInterviewPlanMapper">
<resultMap id="BaseResultMap" type="com.cool.store.model.entity.HyPartnerInterviewPlanDO">
<resultMap id="BaseResultMap" type="com.cool.store.entity.HyPartnerInterviewPlanDO">
<id column="id" jdbcType="BIGINT" property="id" />
<result column="partner_line_id" jdbcType="BIGINT" property="partnerLineId" />
<result column="partner_id" jdbcType="VARCHAR" property="partnerId" />

View File

@@ -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.cool.store.mapper.HyPartnerLineInfoMapper">
<resultMap id="BaseResultMap" type="com.cool.store.model.entity.HyPartnerLineInfoDO">
<resultMap id="BaseResultMap" type="com.cool.store.entity.HyPartnerLineInfoDO">
<id column="id" jdbcType="BIGINT" property="id" />
<result column="partner_id" jdbcType="VARCHAR" property="partnerId" />
<result column="workflow_stage" jdbcType="VARCHAR" property="workflowStage" />

View File

@@ -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.cool.store.mapper.HyPartnerTaskInfoLogMapper">
<resultMap id="BaseResultMap" type="com.cool.store.model.entity.HyPartnerTaskInfoLogDO">
<resultMap id="BaseResultMap" type="com.cool.store.entity.HyPartnerTaskInfoLogDO">
<id column="id" jdbcType="BIGINT" property="id" />
<result column="partner_line_id" jdbcType="BIGINT" property="partnerLineId" />
<result column="operate_user_id" jdbcType="VARCHAR" property="operateUserId" />

View File

@@ -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.cool.store.mapper.HyPartnerUserInfoMapper">
<resultMap id="BaseResultMap" type="com.cool.store.model.entity.HyPartnerUserInfoDO">
<resultMap id="BaseResultMap" type="com.cool.store.entity.HyPartnerUserInfoDO">
<id column="id" jdbcType="BIGINT" property="id" />
<result column="partner_id" jdbcType="VARCHAR" property="partnerId" />
<result column="mobile" jdbcType="VARCHAR" property="mobile" />

View File

@@ -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.cool.store.mapper.HyPartnerUserPlatformBindMapper">
<resultMap id="BaseResultMap" type="com.cool.store.model.entity.HyPartnerUserPlatformBindDO">
<resultMap id="BaseResultMap" type="com.cool.store.entity.HyPartnerUserPlatformBindDO">
<id column="id" jdbcType="BIGINT" property="id" />
<result column="platform_type" jdbcType="VARCHAR" property="platformType" />
<result column="platform_user_id" jdbcType="VARCHAR" property="platformUserId" />

View File

@@ -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.cool.store.mapper.HyWorkflowStageMapper">
<resultMap id="BaseResultMap" type="com.cool.store.model.entity.HyWorkflowStageDO">
<resultMap id="BaseResultMap" type="com.cool.store.entity.HyWorkflowStageDO">
<id column="id" jdbcType="BIGINT" property="id" />
<result column="stage_code" jdbcType="VARCHAR" property="stageCode" />
<result column="stage_name" jdbcType="VARCHAR" property="stageName" />