Test.EIImageViewer
parent
daddf607fb
commit
030703019e
|
@ -546,6 +546,13 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
/// 是否完成配置
|
||||
/// </summary>
|
||||
public bool IsCompleteConfig { get; set; } = false;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 表单类型
|
||||
/// </summary>
|
||||
|
||||
public FormType FormType { get; set; } = FormType.SinglePage;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue