mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
fix: 修复table校验
This commit is contained in:
@@ -19,6 +19,6 @@ namespace Yi.Framework.CodeGen.Application.Contracts.Dtos.Table
|
||||
/// <summary>
|
||||
/// 一表多字段
|
||||
/// </summary>
|
||||
public List<FieldDto> Fields { get; set; }
|
||||
public List<FieldDto>? Fields { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user