Test.EIImageViewer
he 2022-11-08 09:41:07 +08:00
parent daddf607fb
commit 030703019e
1 changed files with 7 additions and 0 deletions

View File

@ -546,6 +546,13 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 是否完成配置 /// 是否完成配置
/// </summary> /// </summary>
public bool IsCompleteConfig { get; set; } = false; public bool IsCompleteConfig { get; set; } = false;
/// <summary>
/// 表单类型
/// </summary>
public FormType FormType { get; set; } = FormType.SinglePage;
} }
/// <summary> /// <summary>