模板Post

pull/13/head
RuoYi 2018-06-29 19:29:14 +08:00
parent 5f0fa0d42f
commit 35a2114fc8
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class ${className}Controller extends BaseController
* 查询${tableComment}列表
*/
@RequiresPermissions("${moduleName}:${classname}:list")
@GetMapping("/list")
@PostMapping("/list")
@ResponseBody
public TableDataInfo list(${className} ${classname})
{