using AyCode.Interfaces.Entities;
namespace Nop.Plugin.Misc.FruitBankPlugin.Models.MgBase;
public interface IMgModelExtended //: IEntityInt
{
}