10 lines
202 B
C#
10 lines
202 B
C#
namespace ZR.Model.System.Dto
|
|
{
|
|
public class ScanDto
|
|
{
|
|
public string Uuid { get; set; }
|
|
public string State { get; set; }
|
|
public string DeviceId { get; set; }
|
|
}
|
|
}
|