梳理了所有的Db,DTO,ItemViewModel的属性

This commit is contained in:
2025-07-27 21:08:58 +08:00
parent e509b7de0b
commit 4a56405629
38 changed files with 417 additions and 479 deletions

View File

@@ -65,5 +65,5 @@ public class Device
public string CpuType { get; set; }
public DeviceType DeviceType { get; set; }
public bool IsRuning { get; set; }
public bool IsRunning { get; set; }
}