odf_new/server/ZR.Mall/GlobalUsing.cs
2026-03-02 18:13:36 +08:00

13 lines
432 B
C#

global using ZR.Model;
global using ZR.Repository;
global using ZR.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 ZR.ServiceCore.Middleware;