zhibing.pu
2024-07-24 c52f83ef5f702b3c178881d3eee72267c77e7751
cloud-server-other/src/main/java/com/dsh/other/service/FrequentlyAskedQuestionsService.java
@@ -2,6 +2,7 @@
import com.baomidou.mybatisplus.extension.service.IService;
import com.dsh.other.entity.FrequentlyAskedQuestions;
import com.dsh.other.model.vo.questionVo.QuestionChangeStateVO;
/**
 * <p>
@@ -13,4 +14,7 @@
 */
public interface FrequentlyAskedQuestionsService extends IService<FrequentlyAskedQuestions> {
    int changeState(QuestionChangeStateVO vo);
    FrequentlyAskedQuestions getInfo(Integer id);
}