13 lines
440 B
C#
13 lines
440 B
C#
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; |