liujie
2023-10-31 904cfe3bad14c27857a062849fc92dd85035c524
cloud-server-other/src/main/java/com/dsh/other/service/IBannerService.java
@@ -8,6 +8,7 @@
import java.util.List;
import com.dsh.other.entity.CreateHistoryDto;
import com.dsh.other.entity.GetHistoryDto;
import com.dsh.other.model.BannerVo;
import java.util.List;
@@ -23,4 +24,7 @@
    List<GetHistoryDto> gethistory(Integer studentId);
    String getFirst();
    List<BannerVo> list1(Integer position);
}