mirror of https://gitee.com/y_project/RuoYi.git
模板Post
parent
5f0fa0d42f
commit
35a2114fc8
|
@ -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})
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue