消除空格
This commit is contained in:
parent
121b2ca127
commit
1f46efcce1
|
@ -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; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user