wuxw
2024-09-12 7935724516cb699835da888d59cd5b7bec5c6049
java110-interface/src/main/java/com/java110/intf/user/IOwnerCarOpenUserV1InnerServiceSMO.java
@@ -16,8 +16,8 @@
package com.java110.intf.user;
import com.java110.config.feign.FeignConfiguration;
import com.java110.dto.ownerCarOpenUser.OwnerCarOpenUserDto;
import com.java110.po.ownerCarOpenUser.OwnerCarOpenUserPo;
import com.java110.dto.owner.OwnerCarOpenUserDto;
import com.java110.po.owner.OwnerCarOpenUserPo;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
@@ -33,7 +33,7 @@
 * 温馨提示:如果您对此文件进行修改 请不要删除原有作者及注释信息,请补充您的 修改的原因以及联系邮箱如下
 * // modify by 张三 at 2021-09-12 第10行在某种场景下存在某种bug 需要修复,注释10至20行 加入 20行至30行
 */
@FeignClient(name = "${java110.user-service}", configuration = {FeignConfiguration.class})
@FeignClient(name = "user-service", configuration = {FeignConfiguration.class})
@RequestMapping("/ownerCarOpenUserV1Api")
public interface IOwnerCarOpenUserV1InnerServiceSMO {