mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-10 10:17:31 +00:00
feat: 全局格式化代码
This commit is contained in:
@@ -120,8 +120,8 @@ public class WorkflowController {
|
||||
*/
|
||||
@GetMapping("/search")
|
||||
public R<Page<WorkflowResp>> search(@RequestParam(defaultValue = "") String keyword,
|
||||
@NotNull @Min(1) Integer currentPage,
|
||||
@NotNull @Min(10) Integer pageSize) {
|
||||
@NotNull @Min(1) Integer currentPage,
|
||||
@NotNull @Min(10) Integer pageSize) {
|
||||
return R.ok(workflowService.search(keyword, currentPage, pageSize));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user