添加文件资料

This commit is contained in:
sk1551
2021-06-20 11:44:47 +08:00
parent 1d84ee5025
commit 7e1a6efc27
4 changed files with 194 additions and 2 deletions

View File

@ -36,7 +36,7 @@ public class SysNoticeController extends BaseController
/**
* 获取通知公告列表
*/
//@PreAuthorize("@ss.hasPermi('system:notice:list')")
//@PreAuthorize("@ss.hasPermi('system:notice:list')" )
@GetMapping("/list")
public TableDataInfo list(SysNotice notice)
{