java110
2023-04-24 357f12084dd380a23a1140b4935087bf6878e7c6
java110-interface/src/main/java/com/java110/intf/user/IRentingPoolAttrInnerServiceSMO.java
old mode 100644 new mode 100755
@@ -1,7 +1,7 @@
package com.java110.intf;
package com.java110.intf.user;
import com.java110.config.feign.FeignConfiguration;
import com.java110.dto.rentingPoolAttr.RentingPoolAttrDto;
import com.java110.dto.rentingPool.RentingPoolAttrDto;
import com.java110.po.rentingPoolAttr.RentingPoolAttrPo;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.RequestBody;
@@ -18,7 +18,7 @@
 * @Version 1.0
 * add by wuxw 2019/4/24
 **/
@FeignClient(name = "user-service", configuration = {FeignConfiguration.class})
@FeignClient(name = "${java110.user-service}", configuration = {FeignConfiguration.class})
@RequestMapping("/rentingPoolAttrApi")
public interface IRentingPoolAttrInnerServiceSMO {