|  |  | 
 |  |  | using System; | 
 |  |  | using System.Collections.Generic; | 
 |  |  | using System.Linq; | 
 |  |  | using System.Text; | 
 |  |  | using System.Threading.Tasks; | 
 |  |  | using Volo.Abp.Domain.Entities.Auditing; | 
 |  |  | using Volo.Abp; | 
 |  |  | using LifePayment.Domain.Shared; | 
 |  |  |  | 
 |  |  | namespace LifePayment.Domain.LifePay | 
 |  |  | { | 
 |  |  |     /// <summary> | 
 |  |  |     /// 分佣 | 
 |  |  |     /// </summary> | 
 |  |  |     public class LifePayChannlesRake : FullAuditedEntity<Guid>, IDataUserFilter | 
 |  |  |     public class LifePayChannlesRake : FullAuditedEntity<Guid> | 
 |  |  |     { | 
 |  |  |         public LifePayChannlesRake() | 
 |  |  |         { | 
 |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// 拓展属性 | 
 |  |  |         /// </summary> | 
 |  |  |         public string ExtraProperties { get; set; } | 
 |  |  |         public string? ExtraProperties { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// 下单渠道 |