From 9f9836688fc39f714fb1e77322672115e98150ee Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: 星期一, 17 二月 2020 22:09:51 +0800 Subject: [PATCH] 加入商户管理 --- WebService/src/main/java/com/java110/web/smo/cache/impl/ListCachesSMOImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebService/src/main/java/com/java110/web/smo/cache/impl/ListCachesSMOImpl.java b/WebService/src/main/java/com/java110/web/smo/cache/impl/ListCachesSMOImpl.java index f4d67f7..b2626f9 100644 --- a/WebService/src/main/java/com/java110/web/smo/cache/impl/ListCachesSMOImpl.java +++ b/WebService/src/main/java/com/java110/web/smo/cache/impl/ListCachesSMOImpl.java @@ -8,7 +8,7 @@ import com.java110.utils.util.BeanConvertUtil; import com.java110.core.context.IPageData; import com.java110.entity.component.ComponentValidateResult; -import com.java110.web.core.AbstractComponentSMO; +import com.java110.core.component.AbstractComponentSMO; import com.java110.web.smo.cache.IListCachesSMO; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpMethod; -- Gitblit v1.8.0