public interface ExhibitorCommonQuestionDubboService
| 限定符和类型 | 方法和说明 |
|---|---|
List<ExhibitorCommonQuestionCategoryDTO> |
findCategoryListByName(String name)
根据名称查询展商通用问题分类
|
ExhibitorCommonQuestionDTO |
findQuestionById(Integer id)
根据问题id查询问题
|
List<ExhibitorCommonQuestionDTO> |
findQuestionListByCategoryIdAndTitle(Integer categoryId,
String title)
根据分类id和标题查询问题
|
List<ExhibitorCommonQuestionCategoryDTO> findCategoryListByName(String name)
name - 名称ExhibitorCommonQuestionCategoryDTOList<ExhibitorCommonQuestionDTO> findQuestionListByCategoryIdAndTitle(Integer categoryId, String title)
categoryId - 分类idtitle - 标题ExhibitorCommonQuestionDTOExhibitorCommonQuestionDTO findQuestionById(Integer id)
id - 问题idExhibitorCommonQuestionDTOCopyright © 2026 Pivotal Software, Inc.. All rights reserved.