Files
kunshan-bzfm-mes-backend/ZR.Model/System/Model/Dto/ScanDto.cs

10 lines
202 B
C#
Raw Normal View History

2024-11-28 13:36:05 +08:00
namespace ZR.Model.System.Dto
{
public class ScanDto
{
public string Uuid { get; set; }
public string State { get; set; }
public string DeviceId { get; set; }
}
}