Browse Source

批注接口提交

shenhao 4 years ago
parent
commit
9c3413850b

+ 2 - 0
src/main/java/com/ssj/service/sys/picturepredeal/service/impl/PicturePreDealServiceImpl.java

@@ -11,6 +11,7 @@ import com.ssj.service.sys.picturepredeal.request.RecognitionResultReq;
 import com.ssj.service.sys.picturepredeal.service.PicturePreDealService;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.data.repository.PagingAndSortingRepository;
+import org.springframework.stereotype.Service;
 
 /**
  * @author sh
@@ -18,6 +19,7 @@ import org.springframework.data.repository.PagingAndSortingRepository;
  * @description TODO
  * @date 2021/3/2
  */
+@Service
 public class PicturePreDealServiceImpl extends BaseServiceImpl<PicturePreDeal,String> implements PicturePreDealService {
 
     @Autowired