消除空格

This commit is contained in:
Falcon 2024-08-21 15:44:52 +08:00
parent 121b2ca127
commit 1f46efcce1

View File

@ -12,7 +12,7 @@ namespace Falcon.SugarApi.DatabaseDefinitions
/// 主键 默认GUID 382c74c3-721d-4f34-80e5-57657b6cbc27 /// 主键 默认GUID 382c74c3-721d-4f34-80e5-57657b6cbc27
/// </summary> /// </summary>
[SugarColumn(IsPrimaryKey = true,ColumnDescription = "主键")] [SugarColumn(IsPrimaryKey = true,ColumnDescription = "主键")]
[MaxLength(36)] [MaxLength(36)]
public string? Id { get; set; } public string? Id { get; set; }
} }
} }