mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-05-12 07:49:30 +08:00
6 lines
145 B
C#
6 lines
145 B
C#
namespace NetAdmin.Domain.DbMaps.Dependency;
|
|
|
|
/// <summary>
|
|
/// 简单实体
|
|
/// </summary>
|
|
public abstract record SimpleEntity : EntityBase; |