package com.mini.capi.biz.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 员工表用于存储公司内部员工的基本信息 前端控制器 *
* * @author gaoxq * @since 2025-11-08 */ @RestController @RequestMapping("/biz/resumeEmployee") public class ResumeEmployeeController { }