using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Volo.Abp.Domain.Entities; namespace LifePayment.Domain.Common { public class OnlineService : Entity, IAggregateRoot { public string Link { get; set; } } }