From ca236e9df91a3bc24115b7ee2212507ddbd28854 Mon Sep 17 00:00:00 2001 From: 曾成 <121184950@qq.com> Date: 星期日, 22 三月 2020 12:06:40 +0800 Subject: [PATCH] 提交订单查询代码 --- java110-core/src/main/java/com/java110/core/smo/owner/IOwnerInnerServiceSMO.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/java110-core/src/main/java/com/java110/core/smo/owner/IOwnerInnerServiceSMO.java b/java110-core/src/main/java/com/java110/core/smo/owner/IOwnerInnerServiceSMO.java index 05f0abd..7211a15 100644 --- a/java110-core/src/main/java/com/java110/core/smo/owner/IOwnerInnerServiceSMO.java +++ b/java110-core/src/main/java/com/java110/core/smo/owner/IOwnerInnerServiceSMO.java @@ -1,7 +1,7 @@ package com.java110.core.smo.owner; import com.java110.core.feign.FeignConfiguration; -import com.java110.dto.OwnerDto; +import com.java110.dto.owner.OwnerDto; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestMapping; -- Gitblit v1.8.0