1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package cn.van.business.repository;
|
||||
|
||||
import cn.van.business.model.jd.ProductOrder;
|
||||
import org.springframework.data.jpa.repository.JpaRepository;
|
||||
|
||||
public interface ProductOrderRepository extends JpaRepository<ProductOrder, Long> {
|
||||
}
|
||||
Reference in New Issue
Block a user