package com.mini.capi.biz.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* VIEW 前端控制器 *
* * @author gaoxq * @since 2025-11-16 */ @RestController @RequestMapping("/biz/bizBaseNoticeView") public class BizBaseNoticeViewController { }