Uat_Study
he 2022-04-27 13:17:33 +08:00
parent 9180fd38df
commit cece45c503
2 changed files with 3 additions and 0 deletions

View File

@ -3,11 +3,14 @@ using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.ComponentModel.DataAnnotations;
namespace IRaCIS.Core.Infra.EFCore.Dto namespace IRaCIS.Core.Infra.EFCore.Dto
{ {
public class SetInspectionEnumValueDto public class SetInspectionEnumValueDto
{ {
[NotDefault]
public Guid TrialId { get; set; } public Guid TrialId { get; set; }
public List<SetInspectionEnum> Items { get; set; } public List<SetInspectionEnum> Items { get; set; }