refactor base smartproc
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.iconplus.smartproc.repository;
|
||||
|
||||
import com.iconplus.smartproc.model.entity.StrategiPengadaan;
|
||||
import org.springframework.data.jpa.repository.JpaRepository;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
@Repository
|
||||
public interface StrategiPengadaanRepository extends JpaRepository<StrategiPengadaan, Long> {
|
||||
|
||||
}
|
Reference in New Issue
Block a user