Implentata scansione barcode e lista articoli nel form scheda
This commit is contained in:
15
SteUp.Shared/Core/Dto/RetrieveGrigliaPluRequestDto.cs
Normal file
15
SteUp.Shared/Core/Dto/RetrieveGrigliaPluRequestDto.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace SteUp.Shared.Core.Dto;
|
||||
|
||||
public class RetrieveGrigliaPluRequestDto
|
||||
{
|
||||
[JsonPropertyName("codMdep")]
|
||||
public string? CodMdep { get; set; }
|
||||
|
||||
[JsonPropertyName("codJfas")]
|
||||
public string? CodJfas { get; set; }
|
||||
|
||||
[JsonPropertyName("activityTypeId")]
|
||||
public string? ActivityTypeId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user