using System; using System.Collections.Generic; using System.Text; namespace Mini.Model { public abstract class BaseEntity { } }