mitao
2025-03-24 ff79113ad56c647ec58654a0812c3e4019a81b4c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package com.ruoyi.web.controller;
 
 
import org.springframework.web.bind.annotation.RequestMapping;
 
import org.springframework.web.bind.annotation.RestController;
 
/**
 * <p>
 * 营业部 前端控制器
 * </p>
 *
 * @author mitao
 * @since 2025-03-24
 */
@RestController
@RequestMapping("/t-business-dept")
public class TBusinessDeptController {
 
}