访视计划废除

This commit is contained in:
2022-04-13 10:50:14 +08:00
parent af15ff58d4
commit 440a3f0554
4 changed files with 68 additions and 23 deletions
@@ -23,6 +23,9 @@ namespace IRaCIS.Application.Contracts
public class VisitStageDTO : VisitPlanCommand
{
public DateTime CreateTime { get; set; }
public bool IsHaveFirstConfirmed { get; set; }
}
public class VisitPlanView
@@ -60,6 +63,8 @@ namespace IRaCIS.Application.Contracts
public int VisitWindowLeft { get; set; }
public int VisitWindowRight { get; set; }
public bool IsDeleted { get; set; }
}