|
|
|
@ -16,8 +16,9 @@
|
|
|
|
|
*/ |
|
|
|
|
package com.logpm.basicdata.feign; |
|
|
|
|
|
|
|
|
|
import org.springblade.core.mp.support.BladePage; |
|
|
|
|
import com.logpm.basicdata.entity.BasicdataStoreBusinessEntity; |
|
|
|
|
import org.springblade.common.constant.ModuleNameConstant; |
|
|
|
|
import org.springblade.core.mp.support.BladePage; |
|
|
|
|
import org.springframework.cloud.openfeign.FeignClient; |
|
|
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
|
|
import org.springframework.web.bind.annotation.RequestParam; |
|
|
|
@ -29,7 +30,7 @@ import org.springframework.web.bind.annotation.RequestParam;
|
|
|
|
|
* @since 2023-06-19 |
|
|
|
|
*/ |
|
|
|
|
@FeignClient( |
|
|
|
|
value = "blade-basicdataStoreBusiness" |
|
|
|
|
value = ModuleNameConstant.APPLICATION_BASICDATA_NAME |
|
|
|
|
) |
|
|
|
|
public interface IBasicdataStoreBusinessClient { |
|
|
|
|
|
|
|
|
|