|
@@ -1,13 +0,0 @@
|
|
|
-package edu.travel.commodity.serviceImpl;
|
|
|
-
|
|
|
-import org.springframework.stereotype.Service;
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import java.util.List;
|
|
|
-import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
-import edu.travel.commodity.entity.BaseCountryServe;
|
|
|
-import edu.travel.commodity.BaseCountryServeMapper;
|
|
|
-import edu.travel.commodity.service.BaseCountryServeService;
|
|
|
-@Service
|
|
|
-public class BaseCountryServeServiceImpl extends ServiceImpl<BaseCountryServeMapper, BaseCountryServe> implements BaseCountryServeService{
|
|
|
-
|
|
|
-}
|