修改一版

This commit is contained in:
he
2022-08-26 10:04:43 +08:00
parent 909b75f840
commit 2daa59da7f
3 changed files with 27 additions and 2 deletions
@@ -37,7 +37,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public bool? IsPublicPage { get; set; } = false;
public int PageShowOrder { get; set; }
public int? PageShowOrder { get; set; }
public List<TrialReadQuestionData> Childrens { get; set; }