old mode 100644
new mode 100755
| | |
| | | package com.java110.intf; |
| | | package com.java110.intf.user; |
| | | |
| | | import com.java110.config.feign.FeignConfiguration; |
| | | import com.java110.dto.rentingPoolFlow.RentingPoolFlowDto; |
| | |
| | | * @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("/rentingPoolFlowApi") |
| | | public interface IRentingPoolFlowInnerServiceSMO { |
| | | |