feat: 设备管理相关功能

This commit is contained in:
2024-04-02 10:14:20 +08:00
parent 0081e21fc8
commit 062bbb55e3
8 changed files with 49 additions and 3 deletions
@@ -30,7 +30,7 @@ import org.apache.poi.ss.formula.functions.T;
*/
@Api(tags="设备")
@RestController
@RequestMapping("/khDevice")
@RequestMapping("/device")
@Slf4j
public class KhDeviceController extends JeroController<KhDevice, IKhDeviceService> {
@Autowired