IsAbandon->IsDeleted
This commit is contained in:
@@ -29,6 +29,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public bool IsSystemDoc { get; set; }
|
||||
|
||||
public string FileType { get; set; } = string.Empty;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -89,7 +91,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public Guid? SystemDocumentId { get; set; }
|
||||
|
||||
public string Type { get; set; } = string.Empty;
|
||||
public Guid? FileTypeId { get; set; }
|
||||
|
||||
public string Name { get; set; } = string.Empty;
|
||||
|
||||
@@ -101,7 +103,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
[NotDefault]
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
public string Type { get; set; } = string.Empty;
|
||||
public Guid? FileTypeId { get; set; }
|
||||
|
||||
public string Name { get; set; } = string.Empty;
|
||||
|
||||
@@ -139,11 +141,11 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public class SystemDocumentAddOrEdit
|
||||
{
|
||||
public Guid? Id { get; set; }
|
||||
public string Type { get; set; } = string.Empty;
|
||||
public Guid FileTypeId { get; set; }
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string Path { get; set; } = string.Empty;
|
||||
|
||||
public bool IsAbandon { get; set; }
|
||||
public bool IsDeleted { get; set; }
|
||||
|
||||
public int SignViewMinimumMinutes { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user