44323
2024-03-18 537ed054fe1d9b40b4908cf41ce8c9a6a82d0df9
cloud-server-other/src/main/java/com/dsh/other/mapper/FrequentlyAskedQuestionsMapper.java
@@ -15,7 +15,7 @@
 * @since 2023-07-03
 */
public interface FrequentlyAskedQuestionsMapper extends BaseMapper<FrequentlyAskedQuestions> {
    int changeState(@Param("questionIds") List<Integer> questionIds, @Param("type")Integer type);
    int changeState(@Param("questionIds") List<Integer> questionIds, @Param("type") Integer type);
    FrequentlyAskedQuestions getInfo(Integer id);
}