mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-05-02 19:12:51 +08:00
6 lines
157 B
C#
6 lines
157 B
C#
namespace NetAdmin.Domain.DbMaps.Dependency;
|
|
|
|
/// <summary>
|
|
/// 数据库实体基类
|
|
/// </summary>
|
|
public abstract record EntityBase : DataAbstraction; |