feature/resource
ChenYan 2025-01-17 19:06:10 +08:00
parent 88c9a15fed
commit ab147addea
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
package com.mcwl.web.controller.communityCenter; package com.mcwl.web.controller.communityCenter;
import com.mcwl.common.core.domain.AjaxResult;
import com.mcwl.common.core.page.TableDataInfo;
import com.mcwl.communityCenter.domain.dto.QuestionRes;
import com.mcwl.communityCenter.service.QuestionService;
import io.swagger.annotations.Api; import io.swagger.annotations.Api;
import lombok.RequiredArgsConstructor; import lombok.RequiredArgsConstructor;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;