1
0

WEB:客户管理

This commit is contained in:
2025-07-03 14:17:53 +08:00
parent b06e071196
commit 5bc56ca36d
5 changed files with 20 additions and 19 deletions

View File

@ -120,7 +120,7 @@ public class DeviceController {
// @Log("撤回设备")
@Operation(summary = "撤回设备")
@Operation(summary = "撤回分配设备")
@PostMapping(value = "/withdraw")
public ResponseVO<Object> withdrawDevice(@Validated @ModelAttribute DeviceForm deviceForm) {
try {