| | |
| | | import com.ruoyi.manage.dto.ManageDocumentIssueRecycleDto; |
| | | import com.ruoyi.manage.pojo.ManageDocumentIssueRecycle; |
| | | import com.ruoyi.manage.service.ManageDocumentIssueRecycleService; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.springframework.web.bind.annotation.*; |
| | | |
| | |
| | | * @author 芯导软件(江苏)有限公司 |
| | | * @since 2024-11-09 09:18:24 |
| | | */ |
| | | @Api(tags = "管理体系文件的控制") |
| | | @RestController |
| | | @RequestMapping("/manageDocumentIssueRecycle") |
| | | public class ManageDocumentIssueRecycleController { |