7 lines
231 B
C#
7 lines
231 B
C#
global using System.Collections.Generic;
|
|
global using System;
|
|
global using SqlSugar;
|
|
global using Newtonsoft.Json;
|
|
global using MiniExcelLibs.Attributes;
|
|
global using System.ComponentModel.DataAnnotations;
|
|
global using ZR.Model; |