Skip to content

Commit

Permalink
refactor: 文件管理查询 API 调整为分页查询
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Apr 14, 2024
1 parent 5269608 commit f8bea90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
*/
@Tag(name = "文件管理 API")
@RestController
@CrudRequestMapping(value = "/system/file", api = {Api.LIST, Api.UPDATE, Api.DELETE})
@CrudRequestMapping(value = "/system/file", api = {Api.PAGE, Api.UPDATE, Api.DELETE})
public class FileController extends BaseController<FileService, FileResp, FileResp, FileQuery, FileReq> {}

0 comments on commit f8bea90

Please sign in to comment.