新增表格示例(保存状态)

This commit is contained in:
RuoYi
2024-06-03 13:31:33 +08:00
parent 56b1354496
commit e8f9bfb5c6
5 changed files with 695 additions and 0 deletions

View File

@@ -226,6 +226,15 @@ public class DemoTableController extends BaseController
return prefix + "/remember";
}
/**
* 表格保存状态
*/
@GetMapping("/cookie")
public String cookie()
{
return prefix + "/cookie";
}
/**
* 跳转至指定页
*/