mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-08-10 02:02:26 +08:00
style: 💄 代码整理 (#88)
This commit is contained in:
@ -20,7 +20,7 @@ public record Sys_SiteMsgDept : ImmutableEntity
|
||||
/// </summary>
|
||||
[JsonIgnore]
|
||||
[Column]
|
||||
public virtual long DeptId { get; init; }
|
||||
public long DeptId { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// 关联的站内信
|
||||
@ -33,5 +33,5 @@ public record Sys_SiteMsgDept : ImmutableEntity
|
||||
/// </summary>
|
||||
[JsonIgnore]
|
||||
[Column]
|
||||
public virtual long SiteMsgId { get; init; }
|
||||
public long SiteMsgId { get; init; }
|
||||
}
|
Reference in New Issue
Block a user