huanghongfa
2021-09-02 177249c76aeea0b4bf8d8816d4994e3b445b45ce
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/StreetApi.java
@@ -1,18 +1,21 @@
package com.panzhihua.service_community.api;
import com.panzhihua.common.model.dtos.community.PageComStreetDTO;
import com.panzhihua.common.model.vos.R;
import com.panzhihua.common.model.vos.community.ComActActivityVO;
import com.panzhihua.common.model.vos.community.ComActDynVO;
import com.panzhihua.common.model.vos.community.ComStreetVO;
import com.panzhihua.service_community.service.ComActMessageService;
import com.panzhihua.service_community.service.ComStreetService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.web.bind.annotation.*;
import java.util.List;
import javax.annotation.Resource;
import java.util.List;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.panzhihua.common.model.dtos.community.PageComStreetDTO;
import com.panzhihua.common.model.vos.R;
import com.panzhihua.common.model.vos.community.ComStreetVO;
import com.panzhihua.service_community.service.ComStreetService;
import lombok.extern.slf4j.Slf4j;
/**
 * @Author: llming
@@ -27,7 +30,9 @@
    /**
     * 新增街道
     * @param comStreetVO 新增信息
     *
     * @param comStreetVO
     *            新增信息
     * @return 新增结果
     */
    @PostMapping("addstreet")
@@ -38,7 +43,9 @@
    /**
     * 分页查询街道
     * @param pageComStreetDTO 查询条件
     *
     * @param pageComStreetDTO
     *            查询条件
     * @return 新增结果
     */
    @PostMapping("pagestreet")
@@ -49,7 +56,9 @@
    /**
     * 查询街道
     * @param comStreetVO 查询条件
     *
     * @param comStreetVO
     *            查询条件
     * @return 新增结果
     */
    @PostMapping("liststreet")
@@ -60,7 +69,9 @@
    /**
     * 街道
     * @param Ids 动态id
     *
     * @param Ids
     *            动态id
     * @return 删除结果
     */
    @PostMapping("deletestreet")