Commit 465e1485 authored by suntao's avatar suntao

order 表

parent 2919c4ab
package cn.quantgroup.cashloanflowboss.api.order.repository;
import cn.quantgroup.cashloanflowboss.api.order.entity.Order;
import cn.quantgroup.cashloanflowboss.core.persistence.CashLoanFlowBossDataSource;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
/**
* function:
......@@ -9,5 +11,7 @@ import org.springframework.data.jpa.repository.JpaRepository;
*
* @author: suntao
*/
@CashLoanFlowBossDataSource
@Repository
public interface OrderRepository extends JpaRepository<Order, Long> {
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment