package com.hfxt.biz; import java.util.List; import org.apache.ibatis.annotations.Param; import com.hfxt.entity.Answers; public interface AnswersBiz { int getAnsCountByQid(@Param("qid")Integer qid); List<Answers> getAnswersByQid(@Param("qid")Integer qid); int addAnswers(Answers answers); }

李亮 LV19
3月5日
zzzzzz1255 LV1
2022年12月16日
001128wxw LV3
2022年12月15日
renyuan LV8
2022年12月11日
zxc131313 LV11
2022年12月9日
18214966423 LV2
2022年7月28日
2836306017 LV1
2022年7月17日
kangkang0625 LV1
2022年5月29日
cccccc12 LV8
2022年5月19日
2399431755 LV12
2022年4月29日