Example #1
0
 //返回随机题目
 public List <Topic> getTestTopicInfo(int nums)
 {
     return(examTopicServices.getTestTopicInfo(nums));
 }