Uat_Study
parent
9180fd38df
commit
cece45c503
|
@ -3,11 +3,14 @@ using System.Collections.Generic;
|
|||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
|
||||
namespace IRaCIS.Core.Infra.EFCore.Dto
|
||||
{
|
||||
public class SetInspectionEnumValueDto
|
||||
{
|
||||
[NotDefault]
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
public List<SetInspectionEnum> Items { get; set; }
|
||||
|
|
Loading…
Reference in New Issue