修改一版

This commit is contained in:
he
2022-10-14 17:11:22 +08:00
parent 79dd787ed9
commit 2a005f538f
12 changed files with 1926 additions and 1675 deletions
@@ -0,0 +1,19 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IRaCIS.Core.Application.ViewModel
{
public class AddTaskLesionAnswerFromLastTaskInDto
{
public Guid VisitTaskId { get; set; }
}
public class AddTaskLesionAnswerFromLastTaskOutDto
{
public bool IsBaseLine { get; set; }
}
}