大屏页面初始化
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.mini.mybigscreen.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2026-02-27
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/homeModule")
|
||||
public class HomeModuleController {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user