package com.mini.mybigscreen.biz.controller; import com.mini.mybigscreen.Model.Message; import com.mini.mybigscreen.Model.Result; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 公司信息表,用于存储公司基本信息 前端控制器 *
* * @author gaoxq * @since 2026-03-03 */ @RestController @RequestMapping("/biz/company") public class CompanyController { public Result