huanghongfa
2021-07-22 956c53f7362ba31b2741d45160a500d53c2947e9
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/service/EventService.java
@@ -2,6 +2,7 @@
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.IService;
import com.panzhihua.common.model.dtos.community.bigscreen.event.ScreenDrawEventListDTO;
import com.panzhihua.common.model.dtos.community.bigscreen.event.ScreenEventListDTO;
import com.panzhihua.common.model.dtos.grid.*;
import com.panzhihua.common.model.vos.R;
@@ -275,4 +276,6 @@
    Boolean updateLcUploadFlag(Long id);
    R eventWork(Long communityId);
    R getCivilDrawList(ScreenDrawEventListDTO eventListDTO);
}