|
|
@ -23,8 +23,6 @@ import org.springframework.cloud.openfeign.FeignClient; |
|
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestParam; |
|
|
|
import org.springframework.web.bind.annotation.RequestParam; |
|
|
|
|
|
|
|
|
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* 打印模板信息 Feign接口类 |
|
|
|
* 打印模板信息 Feign接口类 |
|
|
|
* |
|
|
|
* |
|
|
@ -32,7 +30,7 @@ import java.util.Map; |
|
|
|
* @since 2023-05-15 |
|
|
|
* @since 2023-05-15 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@FeignClient( |
|
|
|
@FeignClient( |
|
|
|
value = ModuleNameConstant.APPLICATION_BASIC_NAME+"-tjj" |
|
|
|
value = ModuleNameConstant.APPLICATION_BASIC_NAME |
|
|
|
) |
|
|
|
) |
|
|
|
public interface IBasicPrintTemplateClient { |
|
|
|
public interface IBasicPrintTemplateClient { |
|
|
|
|
|
|
|
|
|
|
|