完成DbDevice的数据库操作
This commit is contained in:
11
Data/Entities/DbDevice.cs
Normal file
11
Data/Entities/DbDevice.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace PMSWPF.Data.Entities;
|
||||
|
||||
public class DbDevice
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Description { get; set; }
|
||||
public bool IsActive { get; set; }
|
||||
public bool IsRuning { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user