|
@@ -1,6 +1,8 @@
|
|
|
package com.dk.oauth.feign.service;
|
|
package com.dk.oauth.feign.service;
|
|
|
|
|
|
|
|
import com.dk.common.infrastructure.constant.Constant;
|
|
import com.dk.common.infrastructure.constant.Constant;
|
|
|
|
|
+import com.dk.common.model.response.mst.OrgResponse;
|
|
|
|
|
+import com.dk.common.model.vo.mst.OrgVO;
|
|
|
import com.dk.common.response.ResponseResultVO;
|
|
import com.dk.common.response.ResponseResultVO;
|
|
|
import org.springframework.cloud.openfeign.FeignClient;
|
|
import org.springframework.cloud.openfeign.FeignClient;
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
import org.springframework.web.bind.annotation.PostMapping;
|