13 lines
440 B
C#
Raw Normal View History

2026-01-10 13:47:54 +08:00
global using RIZO.Model;
global using RIZO.Repository;
global using RIZO.ServiceCore;
global using SqlSugar;
global using MiniExcelLibs.Attributes;
global using Newtonsoft.Json;
global using System.ComponentModel.DataAnnotations;
global using Infrastructure;
global using Infrastructure.Attribute;
global using Infrastructure.Controllers;
global using Infrastructure.Enums;
global using Mapster;
global using RIZO.ServiceCore.Middleware;