Files
c-api/src/main/java/com/mini/capi/biz/controller/BizBaseNoticeViewController.java

19 lines
358 B
Java
Raw Normal View History

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