nickchange
2023-10-23 12916db6e7946a31f4fbc5c48a27e7769683b034
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);
}