2025-10-21 13:38:23 +08:00

10 lines
204 B
C#

namespace RIZO.Model.System.Dto
{
public class ScanDto
{
public string Uuid { get; set; }
public string State { get; set; }
public string DeviceId { get; set; }
}
}