2024-07-01 16:04:40 +08:00

10 lines
204 B
C#

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