中心调研额外配置

This commit is contained in:
2025-10-23 14:12:59 +08:00
parent 70443b7b8d
commit 2439dec9fb
4 changed files with 35 additions and 3 deletions
@@ -43,6 +43,10 @@ namespace IRaCIS.Core.Application.Contracts
[NotDefault]
public Guid TrialId { get; set; }
public bool? IsPublish { get; set; }
public string? FileTypeCode { get; set; }
}
///<summary> TrialDocumentAddOrEdit 列表查询参数模型</summary>