Implementato sdk honeywell e metodi per lo scanner barcode
This commit is contained in:
8
SteUp.Shared/Core/BarcodeReader/Dto/BarcodeScanDto.cs
Normal file
8
SteUp.Shared/Core/BarcodeReader/Dto/BarcodeScanDto.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace SteUp.Shared.Core.BarcodeReader.Dto;
|
||||
|
||||
public class BarcodeScanDto
|
||||
{
|
||||
public string? StringValue { get; set; }
|
||||
public string? Type { get; set; }
|
||||
public string? Name { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user