登录token优化

This commit is contained in:
2026-02-27 11:14:38 +08:00
parent c677027988
commit 7c65c549a0
6 changed files with 196 additions and 0 deletions

View File

@@ -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/erpAccount")
public class ErpAccountController {
}