2025-12-25 11:20:56 +08:00
|
|
|
|
global using Repository;
|
|
|
|
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
|
|
|
|
global using Microsoft.Extensions.Logging;
|
|
|
|
|
|
global using System.Text.RegularExpressions;
|
|
|
|
|
|
global using Microsoft.Extensions.Options;
|
|
|
|
|
|
global using System.Globalization;
|
|
|
|
|
|
global using System.Text;
|
|
|
|
|
|
global using System.Text.Json;
|
|
|
|
|
|
global using Entity;
|
|
|
|
|
|
global using FreeSql;
|
|
|
|
|
|
global using System.Linq;
|
2025-12-30 18:49:46 +08:00
|
|
|
|
global using Service.AppSettingModel;
|
|
|
|
|
|
global using System.Text.Json.Serialization;
|