@@ -33,8 +33,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
///<summary>TrialDocumentQuery 列表查询参数模型</summary>
|
||||
public class TrialDocumentQuery : PageInput
|
||||
{
|
||||
|
||||
public Guid? FileTypeId { get; set; }
|
||||
public bool? IsDeleted { get; set; }
|
||||
public Guid? FileTypeId { get; set; }
|
||||
|
||||
public string Name { get; set; } = String.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user