完成DbDevice的数据库操作

This commit is contained in:
2025-06-10 22:13:06 +08:00
parent b118e8ec90
commit bcfa3df3d3
10 changed files with 103 additions and 33 deletions

6
Models/Device.cs Normal file
View File

@@ -0,0 +1,6 @@
namespace PMSWPF.Models;
public class Device
{
}