WorkCamera/server/Zr.Admin.NET/ZR.Model/MainDbAttribute.cs
2025-12-27 12:17:46 +08:00

10 lines
191 B
C#

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