新增获取磁盘主机的信息

This commit is contained in:
2025-08-24 15:32:44 +08:00
parent ed21f9248e
commit c55d3f619a
17 changed files with 574 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
package com.mini.capi.biz.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* <p>
* 前端控制器
* </p>
*
* @author gaoxq
* @since 2025-08-24
*/
@RestController
@RequestMapping("/biz/diskMount")
public class DiskMountController {
}

View File

@@ -0,0 +1,18 @@
package com.mini.capi.biz.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* <p>
* 前端控制器
* </p>
*
* @author gaoxq
* @since 2025-08-24
*/
@RestController
@RequestMapping("/biz/sysHost")
public class SysHostController {
}