|
@@ -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
|