|
|
@ -15,234 +15,320 @@ import java.util.List; |
|
|
|
* @Date 2020/1/28 13:39 |
|
|
|
*/ |
|
|
|
public interface CustomService { |
|
|
|
/** |
|
|
|
* @param |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.dto.DeptOption> |
|
|
|
* @Author yinzuomei |
|
|
|
* @Description 获取所有组织机构信息 |
|
|
|
* @Date 2020/1/28 12:14 |
|
|
|
**/ |
|
|
|
Result<DeptOption> getDeptTree(); |
|
|
|
|
|
|
|
/** |
|
|
|
* @param formDTO |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
* @Author yinzuomei |
|
|
|
* @Description 疫情上报 |
|
|
|
* @Date 2020/1/28 13:23 |
|
|
|
**/ |
|
|
|
Result report(EpiDemicReportFormDTO formDTO); |
|
|
|
|
|
|
|
/* |
|
|
|
* 移动端获取 了解锦水-模块管理接口 |
|
|
|
* |
|
|
|
* @param |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List<com.elink.esua.epdc.dto.result.EpdcModuleResultDTO>> |
|
|
|
* @Author zhangyong |
|
|
|
* @Date 10:42 2020-05-20 |
|
|
|
**/ |
|
|
|
@Deprecated |
|
|
|
Result<List<EpdcModuleResultDTO>> listModule(); |
|
|
|
|
|
|
|
/** |
|
|
|
* |
|
|
|
* 根据模块分类获取模块 |
|
|
|
* |
|
|
|
* @params [moduleCategory] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List<com.elink.esua.epdc.dto.result.EpdcModuleResultDTO>> |
|
|
|
* @author liuchuang |
|
|
|
* @since 2020/7/15 17:44 |
|
|
|
*/ |
|
|
|
Result<List<EpdcModuleResultDTO>> listOfModuleByModuleCategory(String moduleCategory); |
|
|
|
|
|
|
|
/** |
|
|
|
* 移动端获取 了解锦水-硬核管理接口 |
|
|
|
/** |
|
|
|
* @param |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.dto.DeptOption> |
|
|
|
* @Author yinzuomei |
|
|
|
* @Description 获取所有组织机构信息 |
|
|
|
* @Date 2020/1/28 12:14 |
|
|
|
**/ |
|
|
|
Result<DeptOption> getDeptTree(); |
|
|
|
|
|
|
|
/** |
|
|
|
* @param formDTO |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
* @Author yinzuomei |
|
|
|
* @Description 疫情上报 |
|
|
|
* @Date 2020/1/28 13:23 |
|
|
|
**/ |
|
|
|
Result report(EpiDemicReportFormDTO formDTO); |
|
|
|
|
|
|
|
/* |
|
|
|
* 移动端获取 了解锦水-模块管理接口 |
|
|
|
* |
|
|
|
* @param formDTO |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List<com.elink.esua.epdc.dto.result.EpdcDeptInfoResultDTO>> |
|
|
|
* @Author zhangyong |
|
|
|
* @Date 13:41 2020-05-20 |
|
|
|
**/ |
|
|
|
Result<List<EpdcDeptInfoResultDTO>> listDeptInfo(EpdcDeptInfoFormDTO formDTO); |
|
|
|
* @param |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List<com.elink.esua.epdc.dto.result.EpdcModuleResultDTO>> |
|
|
|
* @Author zhangyong |
|
|
|
* @Date 10:42 2020-05-20 |
|
|
|
**/ |
|
|
|
@Deprecated |
|
|
|
Result<List<EpdcModuleResultDTO>> listModule(); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 获取有档案的归属部门列表 |
|
|
|
* 根据模块分类获取模块 |
|
|
|
* |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List < com.elink.esua.epdc.dto.result.EpdcModuleResultDTO>> |
|
|
|
* @params [moduleCategory] |
|
|
|
* @author liuchuang |
|
|
|
* @since 2020/7/15 17:44 |
|
|
|
*/ |
|
|
|
Result<List<EpdcModuleResultDTO>> listOfModuleByModuleCategory(String moduleCategory); |
|
|
|
|
|
|
|
/** |
|
|
|
* 移动端获取 了解锦水-硬核管理接口 |
|
|
|
* |
|
|
|
* @param formDTO |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List < com.elink.esua.epdc.dto.result.EpdcDeptInfoResultDTO>> |
|
|
|
* @Author zhangyong |
|
|
|
* @Date 13:41 2020-05-20 |
|
|
|
**/ |
|
|
|
Result<List<EpdcDeptInfoResultDTO>> listDeptInfo(EpdcDeptInfoFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List < com.elink.esua.epdc.dto.result.ArchiveDeptResultDTO>> |
|
|
|
* @Description 获取有档案的归属部门列表 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/7/7 |
|
|
|
* @Date 2020/7/7 |
|
|
|
* @Param [formDTO] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List<com.elink.esua.epdc.dto.result.ArchiveDeptResultDTO>> |
|
|
|
**/ |
|
|
|
Result<List<ArchiveDeptResultDTO>> listArchiveDeptInfo(ArchiveDeptFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 获取档案列表 |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List < com.elink.esua.epdc.dto.result.ArchiveDeptResultDTO>> |
|
|
|
* @Description 获取档案列表 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/7/7 |
|
|
|
* @Date 2020/7/7 |
|
|
|
* @Param [formDTO] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List<com.elink.esua.epdc.dto.result.ArchiveDeptResultDTO>> |
|
|
|
**/ |
|
|
|
Result<List<ArchiveResultDTO>> listArchivesInfo(ArchiveFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 获取档案详情 |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.dto.result.ArchiveDetailResultDTO> |
|
|
|
* @Description 获取档案详情 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/7/7 |
|
|
|
* @Date 2020/7/7 |
|
|
|
* @Param [id] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.dto.result.ArchiveDetailResultDTO> |
|
|
|
**/ |
|
|
|
Result<ArchiveDetailResultDTO> getArchiveDetail(String id); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 特殊人群分析-人群分布接口 |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.dto.result.SpecialPopulationDistributionResultDTO> |
|
|
|
* @Description 特殊人群分析-人群分布接口 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/11/4 |
|
|
|
* @Date 2020/11/4 |
|
|
|
* @Param [] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.dto.result.SpecialPopulationDistributionResultDTO> |
|
|
|
**/ |
|
|
|
Result<SpecialPopulationDistributionResultDTO> selectPopulationDistribution(); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 特殊人群分析-查人接口 |
|
|
|
* @param specialUserFormDTO |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.commons.tools.page.PageData < com.elink.esua.epdc.dto.result.SpecialUserResultDTO>> |
|
|
|
* @Description 特殊人群分析-查人接口 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/11/4 |
|
|
|
* @Date 2020/11/4 |
|
|
|
* @Param [] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.commons.tools.page.PageData<com.elink.esua.epdc.dto.result.SpecialUserResultDTO>> |
|
|
|
* @param specialUserFormDTO*/ |
|
|
|
*/ |
|
|
|
Result<PageData<SpecialUserResultDTO>> selectPageSpecialUser(SpecialUserFormDTO specialUserFormDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 特殊人群分析-详情接口 |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.dto.result.SpecialUserResultDTO> |
|
|
|
* @Description 特殊人群分析-详情接口 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/11/4 |
|
|
|
* @Date 2020/11/4 |
|
|
|
* @Param [suId] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.dto.result.SpecialUserResultDTO> |
|
|
|
**/ |
|
|
|
Result<SpecialUserResultDTO> selectSpecialUserDetail(String suId); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 特殊人群分析-残疾类别分布接口 |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.dto.result.SpecialUserDisabilityTypeResultDTO> |
|
|
|
* @Description 特殊人群分析-残疾类别分布接口 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/11/4 |
|
|
|
* @Date 2020/11/4 |
|
|
|
* @Param [specialUserDisabilityTypeFormDTO] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.dto.result.SpecialUserDisabilityTypeResultDTO> |
|
|
|
**/ |
|
|
|
Result<PageData<SpecialUserDisabilityTypeResultDTO>> selectDisabilityType(SpecialUserDisabilityTypeFormDTO specialUserDisabilityTypeFormDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 特殊人群分析-月度补贴情况接口 |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.commons.tools.page.PageData < com.elink.esua.epdc.dto.result.SpecialUserMonthlySubsidyResultDTO>> |
|
|
|
* @Description 特殊人群分析-月度补贴情况接口 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/11/4 |
|
|
|
* @Date 2020/11/4 |
|
|
|
* @Param [dto] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.commons.tools.page.PageData<com.elink.esua.epdc.dto.result.SpecialUserMonthlySubsidyResultDTO>> |
|
|
|
**/ |
|
|
|
Result<PageData<SpecialUserMonthlySubsidyResultDTO>> selectMonthlySubsidy(SpecialUserMonthlySubsidyFormDTO dto); |
|
|
|
|
|
|
|
/** |
|
|
|
* 用户举报问题提交 |
|
|
|
* |
|
|
|
* @param formDto 提交信息 |
|
|
|
* @param formDto 提交信息 |
|
|
|
* @param tokenDto 用户信息 |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
* @author Liuchuang |
|
|
|
* @since 2020/10/22 18:01 |
|
|
|
*/ |
|
|
|
Result reportIssueSubmit(ReportIssueSubmitFormDTO formDto, TokenDto tokenDto); |
|
|
|
|
|
|
|
/** |
|
|
|
* 用户举报问题列表 |
|
|
|
* |
|
|
|
* @param formDto 参数 |
|
|
|
* @param tokenDto 用户信息 |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List<com.elink.esua.epdc.dto.result.ReportIssueResultDTO>> |
|
|
|
* @author Liuchuang |
|
|
|
* @since 2020/10/23 11:03 |
|
|
|
*/ |
|
|
|
Result<List<ReportIssueResultDTO>> listReportIssue(ReportIssueListFormDTO formDto, TokenDto tokenDto); |
|
|
|
|
|
|
|
/** |
|
|
|
* 举报问题详情 |
|
|
|
* |
|
|
|
* @param id 记录ID |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.dto.result.ReportIssueResultDTO> |
|
|
|
* @author Liuchuang |
|
|
|
* @since 2020/10/23 10:40 |
|
|
|
*/ |
|
|
|
Result<ReportIssueResultDTO> getReportIssueById(String id); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 获取首页列表 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/12/2 |
|
|
|
Result reportIssueSubmit(ReportIssueSubmitFormDTO formDto, TokenDto tokenDto); |
|
|
|
|
|
|
|
/** |
|
|
|
* 用户举报问题列表 |
|
|
|
* |
|
|
|
* @param formDto 参数 |
|
|
|
* @param tokenDto 用户信息 |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List < com.elink.esua.epdc.dto.result.ReportIssueResultDTO>> |
|
|
|
* @author Liuchuang |
|
|
|
* @since 2020/10/23 11:03 |
|
|
|
*/ |
|
|
|
Result<List<ReportIssueResultDTO>> listReportIssue(ReportIssueListFormDTO formDto, TokenDto tokenDto); |
|
|
|
|
|
|
|
/** |
|
|
|
* 举报问题详情 |
|
|
|
* |
|
|
|
* @param id 记录ID |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.dto.result.ReportIssueResultDTO> |
|
|
|
* @author Liuchuang |
|
|
|
* @since 2020/10/23 10:40 |
|
|
|
*/ |
|
|
|
Result<ReportIssueResultDTO> getReportIssueById(String id); |
|
|
|
|
|
|
|
/** |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List < com.elink.esua.epdc.dto.result.EpdcSelectGroupBuyInfoListResultDTO>> |
|
|
|
* @Description 获取首页列表 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/12/2 |
|
|
|
* @Param [formDTO] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List<com.elink.esua.epdc.dto.result.EpdcSelectGroupBuyInfoListResultDTO>> |
|
|
|
**/ |
|
|
|
Result<List<EpdcSelectGroupBuyInfoListResultDTO>> getGroupBuyList(TokenDto tokenDto, EpdcSelectGroupBuyInfoListFormDTO formDTO); |
|
|
|
Result<List<EpdcSelectGroupBuyInfoListResultDTO>> getGroupBuyList(EpdcSelectGroupBuyInfoListFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 详情 |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.dto.result.EpdcSelectGroupBuyDetailResultDTO> |
|
|
|
* @Description 详情 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/12/2 |
|
|
|
* @Date 2020/12/2 |
|
|
|
* @Param [id] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.dto.result.EpdcSelectGroupBuyDetailResultDTO> |
|
|
|
**/ |
|
|
|
Result<EpdcSelectGroupBuyDetailResultDTO> getGroupBuyDetail(String id); |
|
|
|
Result<EpdcSelectGroupBuyDetailResultDTO> getGroupBuyDetail(TokenDto tokenDto, EpdcSelectGroupBuyDetailFormDTO epdcSelectGroupBuyDetailFormDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 发布或更新 |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.dto.result.EpdcSelectGroupBuyDetailResultDTO> |
|
|
|
* @Description 发布或更新 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/12/2 |
|
|
|
* @Date 2020/12/2 |
|
|
|
* @Param [formDTO] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.dto.result.EpdcSelectGroupBuyDetailResultDTO> |
|
|
|
**/ |
|
|
|
Result groupBuyPublishOrUpdate(TokenDto tokenDto,EpdcAddGroupBuyInfoFormDTO formDTO); |
|
|
|
Result groupBuyPublishOrUpdate(TokenDto tokenDto, EpdcAddGroupBuyInfoFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 删除 |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
* @Description 删除 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/12/2 |
|
|
|
* @Date 2020/12/2 |
|
|
|
* @Param [id] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
**/ |
|
|
|
Result deleteGroupBuy(String id); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 打电话计算次数 |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
* @Description 打电话计算次数 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/12/2 |
|
|
|
* @Date 2020/12/2 |
|
|
|
* @Param [id] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
**/ |
|
|
|
Result callGroupBuyMobile(String id); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 小程序-获取首页列表 |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List < com.elink.esua.epdc.dto.result.EpdcSelectSdsInfoListResultDTO>> |
|
|
|
* @Description 小程序-获取首页列表 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/12/3 |
|
|
|
* @Date 2020/12/3 |
|
|
|
* @Param [formDTO] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List<com.elink.esua.epdc.dto.result.EpdcSelectSdsInfoListResultDTO>> |
|
|
|
**/ |
|
|
|
Result<List<EpdcSelectSdsInfoListResultDTO>> getSdsList(TokenDto tokenDto,EpdcSelectSdsInfoListFormDTO formDTO); |
|
|
|
Result<List<EpdcSelectSdsInfoListResultDTO>> getSdsList(TokenDto tokenDto, EpdcSelectSdsInfoListFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 小程序-获取列表详情 |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.dto.result.EpdcSelectSdsInfoDetailResultDTO> |
|
|
|
* @Description 小程序-获取列表详情 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/12/3 |
|
|
|
* @Date 2020/12/3 |
|
|
|
* @Param [id] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.dto.result.EpdcSelectSdsInfoDetailResultDTO> |
|
|
|
**/ |
|
|
|
Result<EpdcSelectSdsInfoDetailResultDTO> getSdsDetail(String id); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 小程序- 发布或更新 |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
* @Description 小程序- 发布或更新 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/12/3 |
|
|
|
* @Date 2020/12/3 |
|
|
|
* @Param [formDTO] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
**/ |
|
|
|
Result sdsPublishOrUpdate(TokenDto tokenDto,EpdcAddSdsFormDTO formDTO); |
|
|
|
Result sdsPublishOrUpdate(TokenDto tokenDto, EpdcAddSdsFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 小程序 - 删除 |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
* @Description 小程序 - 删除 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/12/3 |
|
|
|
* @Date 2020/12/3 |
|
|
|
* @Param [id] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
**/ |
|
|
|
Result deleteSds(String id); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 小程序 - 计算打电话次数 |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
* @Description 小程序 - 计算打电话次数 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/12/3 |
|
|
|
* @Date 2020/12/3 |
|
|
|
* @Param [id] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
**/ |
|
|
|
Result callSdsMobile(String id); |
|
|
|
|
|
|
|
/** |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
* @Description 交易确认 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/12/23 |
|
|
|
* @Param [formDTO] |
|
|
|
**/ |
|
|
|
Result tradeConfirmation(EpdcTradeConfirmationFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
* @Description 报名/取消报名 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/12/24 |
|
|
|
* @Param [formDTO] |
|
|
|
**/ |
|
|
|
Result signUpOrCancel(TokenDto tokenDto, EpdcSignUpOrCancelFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List < com.elink.esua.epdc.dto.result.EpdcSelectMyGroupBuyJoinInfoListResultDTO>> |
|
|
|
* @Description 我的参与 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/12/23 |
|
|
|
* @Param [formDTO] |
|
|
|
**/ |
|
|
|
Result<List<EpdcSelectMyGroupBuyJoinInfoListResultDTO>> getMyGroupBuyJoin(EpdcSelectMyGroupBuyJoinInfoListFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List < com.elink.esua.epdc.dto.result.EpdcSelectMyGroupBuyPublishInfoListResultDTO>> |
|
|
|
* @Description 我的发布 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/12/23 |
|
|
|
* @Param [formDTO] |
|
|
|
**/ |
|
|
|
Result<List<EpdcSelectMyGroupBuyPublishInfoListResultDTO>> getMyGroupBuyPublish(EpdcSelectMyGroupBuyPublishInfoListFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List < com.elink.esua.epdc.dto.result.EpdcSelectSignUpInfoListResultDTO>> |
|
|
|
* @Description 获取交易列表 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/12/23 |
|
|
|
* @Param [formDTO] |
|
|
|
**/ |
|
|
|
Result<List<EpdcSelectSignUpInfoListResultDTO>> getGroupBuySignUpList(EpdcSelectSignUpInfoListFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
* @Description 我的发布取消/结束 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/12/24 |
|
|
|
* @Param [formDTO] |
|
|
|
**/ |
|
|
|
Result updateStatus(EpdcUpdateStatusFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
* @Description 评价 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/12/24 |
|
|
|
* @Param [formDTO] |
|
|
|
**/ |
|
|
|
Result evaluation(TokenDto tokenDto, EpdcEvaluationGroupBuyFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List < com.elink.esua.epdc.dto.result.EpdcSelectEvaluationListResultDTO>> |
|
|
|
* @Description 获取评价列表 |
|
|
|
* @Author songyunpeng |
|
|
|
* @Date 2020/12/24 |
|
|
|
* @Param [formDTO] |
|
|
|
**/ |
|
|
|
Result<List<EpdcSelectEvaluationListResultDTO>> getEvaluationList(EpdcSelectEvaluationListFormDTO formDTO); |
|
|
|
} |
|
|
|