Iniziata implementazione form rilevazione
This commit is contained in:
8
SteUp.Shared/Core/Dto/PageState/InspectionPageState.cs
Normal file
8
SteUp.Shared/Core/Dto/PageState/InspectionPageState.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace SteUp.Shared.Core.Dto.PageState;
|
||||
|
||||
public class InspectionPageState
|
||||
{
|
||||
public DateTime DateInspection {get; set;}
|
||||
|
||||
public PuntoVenditaDto? PuntoVendita {get; set;}
|
||||
}
|
||||
8
SteUp.Shared/Core/Dto/SchedaDto.cs
Normal file
8
SteUp.Shared/Core/Dto/SchedaDto.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace SteUp.Shared.Core.Dto;
|
||||
|
||||
public class SchedaDto
|
||||
{
|
||||
public JtbFasiDto? Reparto { get; set; }
|
||||
public string? ActivityTypeId { get; set; }
|
||||
public string? Note { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user