Compare commits
No commits in common. "f17001bace6986a5add7c1a3ad0c202adef399cf" and "d19b5da00890dd9bc8f6df9d17aabd67bc28104e" have entirely different histories.
f17001bace
...
d19b5da008
|
|
@ -2666,7 +2666,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
/// <summary>
|
||||
/// 是否显示
|
||||
/// </summary>
|
||||
public ShowQuestion ShowQuestion { get; set; }
|
||||
public ShowQuestion ShowQuestion { get; set; } = ShowQuestion.Show;
|
||||
|
||||
/// <summary>
|
||||
/// 最大问题数
|
||||
|
|
|
|||
Loading…
Reference in New Issue