|
@@ -1,6 +1,12 @@
|
|
|
-package edu.travel.commodity.web;
|
|
|
-import edu.travel.commodity.service.BaseCountryService;
|
|
|
-import org.springframework.web.bind.annotation.*;
|
|
|
+package edu.travel.country.web;
|
|
|
+import com.baomidou.mybatisplus.core.metadata.IPage;
|
|
|
+import edu.travel.commodity.dto.BaseCountryDto;
|
|
|
+import edu.travel.commodity.remote.BaseCountryRemoteController;
|
|
|
+import edu.travel.commodity.vo.BaseCountryVo;
|
|
|
+import edu.travel.country.entity.BaseCountry;
|
|
|
+import edu.travel.country.service.BaseCountryService;
|
|
|
+import edu.travel.rpc.RPCBaseResponse;
|
|
|
+import edu.travel.web.BaseController;
|
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|