Commit c7de1137 authored by 刘文胜's avatar 刘文胜

111

parent aa88575e
...@@ -8,8 +8,11 @@ ...@@ -8,8 +8,11 @@
*/ */
package com.hdp.customerservice.repository; package com.hdp.customerservice.repository;
import org.springframework.stereotype.Repository;
import com.hdp.customerservice.model.WorksEntity; import com.hdp.customerservice.model.WorksEntity;
@Repository
public interface WorksRepository extends BaseRepository<WorksEntity,Long>{ public interface WorksRepository extends BaseRepository<WorksEntity,Long>{
/** /**
* @Title: WorksRepository.java * @Title: WorksRepository.java
......
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