package com.fzzy.otherview.sh2023.repository; import com.fzzy.otherview.sh2023.dto.ShApi1311; import com.fzzy.otherview.sh2023.dto.ShApi2101; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.query.Param; import java.util.Date; import java.util.List; /** * 视频监控 * * @Author:YAN */ public interface ShApi1311Rep { }