新增表格打印配置插件

This commit is contained in:
RuoYi
2020-07-29 19:27:56 +08:00
parent 25022bfef2
commit 2651383ab2
5 changed files with 108 additions and 0 deletions

View File

@@ -241,6 +241,15 @@ public class DemoTableController extends BaseController
return prefix + "/refresh";
}
/**
* 表格打印配置
*/
@GetMapping("/print")
public String print()
{
return prefix + "/print";
}
/**
* 表格其他操作
*/