修复了添加设备的一些问题

This commit is contained in:
2025-06-12 18:56:25 +08:00
parent 6ee5f10aed
commit 080b9f0aa9
3 changed files with 24 additions and 10 deletions

View File

@@ -4,5 +4,5 @@ namespace PMSWPF.Services;
public interface IDeviceDialogService
{
Task<Device> ShowAddDeviceDialog(Device device);
Task<Device> ShowAddDeviceDialog();
}