mahao 1 year ago
parent
commit
1597dc0d74
  1. 1
      code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/Syncs/HomeAppService.cs

1
code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/Syncs/HomeAppService.cs

@ -20,6 +20,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Syncs;
/// </summary>
[AllowAnonymous]
[Route("api/settleaccount/[controller]/[action]")]
[ApiExplorerSettings(IgnoreApi = true)]
public class HomeAppService : ApplicationService
{
private readonly IServiceProvider _applicationServices;

Loading…
Cancel
Save