From d7e1f44221ef81645988b0732ed02039e8416513 Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期日, 30 六月 2019 20:46:42 +0800
Subject: [PATCH] web端代码生成器开发中 未完成

---
 WebService/src/main/java/com/java110/web/components/community/CommunityManageComponent.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/WebService/src/main/java/com/java110/web/components/community/CommunityManageComponent.java b/WebService/src/main/java/com/java110/web/components/community/CommunityManageComponent.java
index f6e220d..b4bfb89 100644
--- a/WebService/src/main/java/com/java110/web/components/community/CommunityManageComponent.java
+++ b/WebService/src/main/java/com/java110/web/components/community/CommunityManageComponent.java
@@ -2,7 +2,7 @@
 
 
 import com.java110.core.context.IPageData;
-import com.java110.web.smo.community.ICommunityManageSMO;
+import com.java110.web.smo.community.IListCommunitysManageSMO;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.http.ResponseEntity;
 import org.springframework.stereotype.Component;
@@ -19,7 +19,7 @@
 public class CommunityManageComponent {
 
     @Autowired
-    private ICommunityManageSMO communityManageSMOImpl;
+    private IListCommunitysManageSMO communityManageSMOImpl;
 
     /**
      * 鏌ヨ灏忓尯鍒楄〃
@@ -30,11 +30,11 @@
         return communityManageSMOImpl.listCommunitys(pd);
     }
 
-    public ICommunityManageSMO getCommunityManageSMOImpl() {
+    public IListCommunitysManageSMO getCommunityManageSMOImpl() {
         return communityManageSMOImpl;
     }
 
-    public void setCommunityManageSMOImpl(ICommunityManageSMO communityManageSMOImpl) {
+    public void setCommunityManageSMOImpl(IListCommunitysManageSMO communityManageSMOImpl) {
         this.communityManageSMOImpl = communityManageSMOImpl;
     }
 }

--
Gitblit v1.8.0