puzhibing
2024-03-05 336cc1da02624db3d42ad09187b6b51b98ee35dc
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);
}