using System; using Volo.Abp.Domain.Entities; namespace Win_in.Sfs.Shared.Domain; public interface IMasterEntity : IEntity, IHasDetails { }