添加表格动态增删改查示例

This commit is contained in:
RuoYi
2019-06-18 21:56:08 +08:00
parent 1c235dc7f6
commit 7d6cdabc09
8 changed files with 282 additions and 24 deletions

View File

@@ -176,6 +176,15 @@ public class DemoTableController extends BaseController
return prefix + "/image";
}
/**
* 动态增删改查
*/
@GetMapping("/curd")
public String curd()
{
return prefix + "/curd";
}
/**
* 表格其他操作
*/