Skip to content

Commit 882a3fb

Browse files
authored
Update TopicService.java
1 parent bc938dd commit 882a3fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/fc/service/TopicService.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,9 @@ public class TopicService {
2121
public List<Topic> listTopic() {
2222
return topicMapper.listTopic();
2323
}
24+
25+
public List<String> listImage() {
26+
return topicMapper.listImage();
27+
}
2428
}
2529

0 commit comments

Comments
 (0)