This commit is contained in:
he
2022-08-04 15:57:07 +08:00
parent bb73416535
commit b8108e34ba
2 changed files with 6 additions and 6 deletions
@@ -35,7 +35,7 @@ namespace IRaCIS.Core.Application.Contracts
public Guid UpdateUserId { get; set; }
public List<QCQuestionView> ChildList=new List<QCQuestionView>();
public List<QCQuestionView> Childrens = new List<QCQuestionView>();
}
/// <summary> QCQuestionConfigureView 列表视图模型 </summary>