@@ -126,9 +126,9 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
public string DataTableName { get; set; } = string.Empty;
|
||||
|
||||
public string DataTableColumn { get; set; }
|
||||
public string DataTableColumn { get; set; } = string.Empty;
|
||||
|
||||
public TableQuestionType? TableQuestionType { get; set; }
|
||||
public TableQuestionType? TableQuestionType { get; set; }
|
||||
|
||||
public Guid? DependParentId { get; set; }
|
||||
|
||||
@@ -196,7 +196,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// <summary>
|
||||
/// 文件类型
|
||||
/// </summary>
|
||||
public string? FileType { get; set; }
|
||||
public string? FileType { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 问题分类
|
||||
|
||||
Reference in New Issue
Block a user