From f8c1cc75508aeca2da8385f41474d7704ecf16ac Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: 星期日, 02 二月 2020 12:16:22 +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