Files
kunshan-bzfm-mes-backend/ZR.Model/GlobalUsing.cs
2024-11-28 13:37:01 +08:00

6 lines
208 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;