mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-09-17 19:15:33 +08:00
style: 💄 代码整理 (#88)
This commit is contained in:
@@ -13,10 +13,10 @@ public sealed record InstanceNode
|
||||
/// <summary>
|
||||
/// 数据库
|
||||
/// </summary>
|
||||
public int Database { get; set; }
|
||||
public int Database { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// 实例名称
|
||||
/// </summary>
|
||||
public string Name { get; set; }
|
||||
public string Name { get; init; }
|
||||
}
|
Reference in New Issue
Block a user