2026-01-10 13:47:54 +08:00

10 lines
193 B
C#

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