nickchange
2023-10-20 0bc560591385dc1a4b9be8bd4779bf6b539888b1
cloud-server-other/src/main/java/com/dsh/other/service/IBannerService.java
@@ -22,4 +22,6 @@
    void createHistory(CreateHistoryDto createHistoryDto);
    List<GetHistoryDto> gethistory(Integer studentId);
    String getFirst();
}