@@ -32,6 +32,23 @@ public class TrialFileTypeData
|
||||
public List<TrialFileTypeView> TrialFileTypeList { get; set; }
|
||||
}
|
||||
|
||||
|
||||
public class GetTrialFileTypeFileInDto
|
||||
{
|
||||
public Guid TrialFileTypeId { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class UploadTrialFileTypeFileInDto
|
||||
{
|
||||
public Guid TrialFileTypeId { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 文件
|
||||
/// </summary>
|
||||
public TrialFileDto? FileRecord { get; set; }
|
||||
}
|
||||
public class SetAuthorizedViewInDto
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user