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