style: 💄 代码样式 (#83)

This commit is contained in:
2024-01-23 10:50:26 +08:00
committed by GitHub
parent 9a8b159c81
commit 35411b8c38
8 changed files with 25 additions and 23 deletions

View File

@ -14,7 +14,7 @@ namespace NetAdmin.SysComponent.Application.Services.Sys;
public sealed class VerifyCodeService(DefaultRepository<Sys_VerifyCode> rpo, IEventPublisher eventPublisher) //
: RepositoryService<Sys_VerifyCode, IVerifyCodeService>(rpo), IVerifyCodeService
{
private static readonly int[] _randRange = { 0, 10000 };
private static readonly int[] _randRange = [0, 10000];
/// <inheritdoc />
public async Task<int> BulkDeleteAsync(BulkReq<DelReq> req)