wuxw
2019-08-13 9e29441646434d9f54a2c3e855a724633885d8a4
WebService/src/main/java/com/java110/web/smo/community/impl/ListCommunitysSMOImpl.java
@@ -5,11 +5,11 @@
import com.java110.common.constant.ServiceConstant;
import com.java110.common.exception.SMOException;
import com.java110.common.util.BeanConvertUtil;
import com.java110.core.client.RestTemplate;
import com.java110.web.smo.community.IListCommunitysSMO;
import org.springframework.web.client.RestTemplate;
import com.java110.core.context.IPageData;
import com.java110.entity.component.ComponentValidateResult;
import com.java110.web.core.AbstractComponentSMO;
import com.java110.web.smo.community.IListCommunitysManageSMO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpMethod;
import org.springframework.http.ResponseEntity;
@@ -18,10 +18,10 @@
import java.util.Map;
/**
 * 查询小区服务类
 * 查询community服务类
 */
@Service("listCommunitysSMOImpl")
public class ListCommunitysSMOImpl extends AbstractComponentSMO implements IListCommunitysManageSMO {
public class ListCommunitysSMOImpl extends AbstractComponentSMO implements IListCommunitysSMO {
    @Autowired
    private RestTemplate restTemplate;