修改维护 文档的稽查
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-08-15 11:16:47 +08:00
parent 5186a530f8
commit 0b707117c6
3 changed files with 6 additions and 0 deletions
@@ -35,6 +35,8 @@ namespace IRaCIS.Core.Application.Contracts
public bool OffLine { get; set; }
public Guid SystemDocumentId { get; set; }
public DateTime UpdateTime { get; set; }
}
public class SystemDocumentAttachmentQuery : PageInput
@@ -397,6 +399,8 @@ namespace IRaCIS.Core.Application.Contracts
public bool OffLine { get; set; }
public Guid TrialDocumentId { get; set; }
public DateTime UpdateTime { get; set; }
}
public class TrialDocumentAttachmentQuery : PageInput