shiyj
2019-07-07 348c483d9e8cf81c485289a44c717fe1c23f4065
java110-core/src/main/java/com/java110/core/smo/community/ICommunityInnerServiceSMO.java
@@ -3,6 +3,7 @@
import com.java110.core.feign.FeignConfiguration;
import com.java110.dto.CommunityMemberDto;
import com.java110.dto.community.CommunityDto;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
@@ -23,6 +24,24 @@
public interface ICommunityInnerServiceSMO {
    /**
     * <p>查询小区楼信息</p>
     *
     *
     * @param communityDto 数据对象分享
     * @return CommunityDto 对象数据
     */
    @RequestMapping(value = "/queryCommunitys", method = RequestMethod.POST)
    List<CommunityDto> queryCommunitys(@RequestBody CommunityDto communityDto);
    /**
     * 查询<p>小区楼</p>总记录数
     *
     * @param communityDto 数据对象分享
     * @return 小区下的小区楼记录数
     */
    @RequestMapping(value = "/queryCommunitysCount", method = RequestMethod.POST)
    int queryCommunitysCount(@RequestBody CommunityDto communityDto);
    /**
     * 查询小区成员表