java110
2023-08-25 18d1f4bc4f4f77c8883702a00896dd99469db648
java110-interface/src/main/java/com/java110/intf/store/IUserStorehouseInnerServiceSMO.java
@@ -1,8 +1,8 @@
package com.java110.intf.store;
import com.java110.config.feign.FeignConfiguration;
import com.java110.dto.userStorehouse.UserStorehouseDto;
import com.java110.po.userStorehouse.UserStorehousePo;
import com.java110.dto.user.UserStorehouseDto;
import com.java110.po.user.UserStorehousePo;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
@@ -18,7 +18,7 @@
 * @Version 1.0
 * add by wuxw 2019/4/24
 **/
@FeignClient(name = "${java110.store-service}", configuration = {FeignConfiguration.class})
@FeignClient(name = "store-service", configuration = {FeignConfiguration.class})
@RequestMapping("/userUserStorehouseApi")
public interface IUserStorehouseInnerServiceSMO {