修改一版

Uat_Study
he 2022-06-16 16:39:13 +08:00
parent 9149bdb7ff
commit 14b7acf2aa
1 changed files with 2 additions and 0 deletions

View File

@ -510,6 +510,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public bool IsCompleteConfig { get; set; }
public int QuestionCount { get; set; }
public bool IsBeUsed { get; set; } = false;
}