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