修改参数名称

This commit is contained in:
he
2022-04-08 10:21:07 +08:00
parent 75143725a7
commit 3a5d1abba4
2 changed files with 5 additions and 5 deletions
@@ -46,12 +46,12 @@ namespace IRaCIS.Core.Application.Contracts
public class DeleteSVCommand
{
public Guid Id { get; set; }
public Guid SubjectVisitId { get; set; }
}
public class SetSubjectVisitUrgentCommand
{
public Guid subjectVisitId { get; set; }
public Guid SubjectVisitId { get; set; }
public bool isUrgent { get; set; }