| | |
| | | import com.ruoyi.project.service.IBaseAnnextypeService; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import io.swagger.annotations.Tag; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.apache.commons.lang3.ObjectUtils; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | * @date 2023-11-10 |
| | | */ |
| | | @Slf4j |
| | | @Api("捐献附件") |
| | | @Api(description = "捐献附件",tags={"捐献附件"}) |
| | | @RestController |
| | | @RequestMapping("/project/annextype") |
| | | public class BaseAnnextypeController extends BaseController { |