Valeo_Line_MES_backend/RIZO.Model/MainDbAttribute.cs

10 lines
193 B
C#
Raw Normal View History

2026-01-10 13:47:54 +08:00
namespace RIZO.Model
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class MainDbAttribute : Attribute
{
}
public interface IMainDbEntity { }
}