|
@@ -140,7 +140,7 @@ public class BaseNoticeController extends BaseController {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- @ApiOperation(value = "分页查询公告信息")
|
|
|
|
|
|
+ @ApiOperation(value = "首页分页查询公告信息")
|
|
@PostMapping("/homePage")
|
|
@PostMapping("/homePage")
|
|
@Log(title = ModularConstans.notice, businessType = BusinessType.QUERY)
|
|
@Log(title = ModularConstans.notice, businessType = BusinessType.QUERY)
|
|
public AjaxResult homePage(@NotEmpty(message = "数据为空")
|
|
public AjaxResult homePage(@NotEmpty(message = "数据为空")
|