fix: 修复table校验

This commit is contained in:
chenchun
2024-07-27 17:04:30 +08:00
parent 0a54ba9cae
commit 12c181a5aa

View File

@@ -19,6 +19,6 @@ namespace Yi.Framework.CodeGen.Application.Contracts.Dtos.Table
/// <summary> /// <summary>
/// 一表多字段 /// 一表多字段
/// </summary> /// </summary>
public List<FieldDto> Fields { get; set; } public List<FieldDto>? Fields { get; set; }
} }
} }