面谈/面试

This commit is contained in:
zhangchenbiao
2024-03-20 13:38:26 +08:00
parent a2a58c57a1
commit 7f8679c9fb

View File

@@ -31,10 +31,10 @@ import java.util.List;
* @date 2024-03-15 16:04 * @date 2024-03-15 16:04
*/ */
@RestController @RestController
@RequestMapping("/interview") @RequestMapping("/pc/interview/")
@Api(tags = "面试&面谈") @Api(tags = "面试&面谈")
@Slf4j @Slf4j
public class LineInterviewController { public class PCLineInterviewController {
@Resource @Resource
private LineInterviewService lineInterviewService; private LineInterviewService lineInterviewService;