From e6af6180fadd717e02d55639c4e3890b32396574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Tue, 11 Jul 2023 18:26:27 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=96=B0=E5=A2=9EglobalUsing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Model/GlobalUsing.cs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ZR.Model/GlobalUsing.cs diff --git a/ZR.Model/GlobalUsing.cs b/ZR.Model/GlobalUsing.cs new file mode 100644 index 0000000..9845705 --- /dev/null +++ b/ZR.Model/GlobalUsing.cs @@ -0,0 +1,4 @@ +global using System.Collections.Generic; +global using System; +global using SqlSugar; +global using Newtonsoft.Json; \ No newline at end of file