代码修改

This commit is contained in:
he
2023-08-23 14:11:02 +08:00
parent 4f8f4fe9b8
commit 2260303876
3 changed files with 122 additions and 1 deletions
@@ -9,6 +9,16 @@ using System.Collections.Generic;
namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public class GetPPDInfoInDto
{
public Guid VisitTaskId { get; set; }
public Guid QuestionId { get; set; }
public decimal RowIndex { get; set; }
}
public class CalculateTaskInDto
{
public Guid VisitTaskId { get; set; }