|
@@ -7,6 +7,7 @@ using Mapster;
|
|
|
using SqlSugar;
|
|
|
using System;
|
|
|
using System.Collections.Generic;
|
|
|
+using System.ComponentModel;
|
|
|
using System.Linq;
|
|
|
using System.Text;
|
|
|
using System.Threading.Tasks;
|
|
@@ -64,6 +65,7 @@ public class InviteCodeApplication : IInviteCodeApplication, IScopeDependency
|
|
|
return _inviteCodeRepository.Queryable();
|
|
|
}
|
|
|
|
|
|
+ [Description("邀请码统计")]
|
|
|
public ISugarQueryable<InviteCodeStatisticOutDto> GetInviteCodeStatisticAsync(GetInviteCodeStatisticInDto dto)
|
|
|
{
|
|
|
dto.ValidateObject();
|