Interface FundOrderRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<FundOrder,Integer>, JpaRepository<FundOrder,Integer>, org.springframework.data.repository.ListCrudRepository<FundOrder,Integer>, org.springframework.data.repository.ListPagingAndSortingRepository<FundOrder,Integer>, org.springframework.data.repository.PagingAndSortingRepository<FundOrder,Integer>, org.springframework.data.repository.query.QueryByExampleExecutor<FundOrder>, org.springframework.data.repository.Repository<FundOrder,Integer>

public interface FundOrderRepository extends JpaRepository<FundOrder,Integer>
Author:
TingXD (chen19990627)