.NETAdmin/ZR.Model/MainDbAttribute.cs
2025-07-29 19:15:56 +08:00

10 lines
191 B
C#

namespace ZR.Model
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class MainDbAttribute : Attribute
{
}
public interface IMainDbEntity { }
}