平安校园
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

GlobalUsings.cs 1.1 KiB

vor 2 Monaten
1234567891011121314151617181920212223242526272829303132333435363738394041
  1. 
  2. //
  3. global using MoYu;
  4. global using MoYu.DataEncryption;
  5. global using MoYu.DependencyInjection;
  6. global using MoYu.EventBus;
  7. global using MoYu.FriendlyException;
  8. global using Magicodes.ExporterAndImporter.Core;
  9. global using Magicodes.ExporterAndImporter.Core.Models;
  10. global using Magicodes.ExporterAndImporter.Excel;
  11. global using Mapster;
  12. global using Masuit.Tools;
  13. global using Microsoft.AspNetCore.Http;
  14. global using Microsoft.AspNetCore.Mvc;
  15. global using Microsoft.Extensions.DependencyInjection;
  16. global using Microsoft.Extensions.Logging;
  17. global using NewLife.Serialization;
  18. global using OfficeOpenXml.Table;
  19. global using SafeCampus.Cache;
  20. global using SafeCampus.Core;
  21. global using SafeCampus.Core.Utils;
  22. global using SafeCampus.SqlSugar;
  23. global using SimpleTool;
  24. global using SqlSugar;
  25. global using System.ComponentModel.DataAnnotations;
  26. global using System.Reflection;
  27. global using System.Text;
  28. global using System.Web;
  29. global using SkiaSharp;
  30. global using System.Runtime.InteropServices;
  31. global using Microsoft.AspNetCore.Builder;
  32. global using Microsoft.AspNetCore.Hosting;
  33. global using Newtonsoft.Json.Linq;