修改导表
This commit is contained in:
@@ -463,12 +463,21 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
public bool? IsEffect { get; set; }
|
||||
|
||||
public string? RequestReReadingReason { get; set; }
|
||||
|
||||
public ReadingExportType? ReadingExportType { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
public enum ReadingExportType
|
||||
{
|
||||
ReadingResult=0,
|
||||
|
||||
ReadingDetailResult=1,
|
||||
|
||||
JudgeReadingDetailResult=2
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user