Files
kunshan-bzfm-mes-backend/DOAN.Model/System/Model/Dto/ScanDto.cs
qianhao.xu 586d2e60dc init
2024-12-03 09:25:16 +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; }
}
}