完成更新设备的测试

This commit is contained in:
2025-07-24 18:52:29 +08:00
parent 7b9c91eee1
commit 899e657053
5 changed files with 42 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ public interface IDeviceAppService
/// <summary>
/// 异步更新一个已存在的设备。
/// </summary>
Task UpdateDeviceAsync(UpdateDeviceDto deviceDto);
Task<int> UpdateDeviceAsync(UpdateDeviceDto deviceDto);
/// <summary>
/// 异步删除一个设备。