puzhibing
2023-12-08 a1e80d905fd38f6ead484396b788fe19b0a3d7d5
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);
}