odf_new/server/ZR.Model/MainDbAttribute.cs
2026-03-02 18:13:36 +08:00

10 lines
191 B
C#

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