package com.mini.mybigscreen.biz.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 账户信息 前端控制器 *
* * @author gaoxq * @since 2026-02-27 */ @RestController @RequestMapping("/biz/erpAccount") public class ErpAccountController { }