Files
my-bigScreen/src/main/java/com/mini/mybigscreen/biz/controller/ErpAccountController.java

19 lines
359 B
Java
Raw Normal View History

2026-02-27 11:14:38 +08:00
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 {
}