init
This commit is contained in:
9
DOAN.Model/System/Model/Dto/ScanDto.cs
Normal file
9
DOAN.Model/System/Model/Dto/ScanDto.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace DOAN.Model.System.Dto
|
||||
{
|
||||
public class ScanDto
|
||||
{
|
||||
public string Uuid { get; set; }
|
||||
public string State { get; set; }
|
||||
public string DeviceId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user