给字符串增加默认值空
continuous-integration/drone/push Build is passing

This commit is contained in:
hang
2024-09-07 00:19:33 +08:00
parent 2d864de128
commit 6e2a58c3d7
37 changed files with 393 additions and 232 deletions
@@ -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>
/// 问题分类