优化引用

This commit is contained in:
不做码农 2023-11-23 18:23:08 +08:00
parent 302a2e06c7
commit e42530379d
5 changed files with 4 additions and 9 deletions

View File

@ -1,8 +1,6 @@
using System;
using ${options.BaseNamespace}Model;
using ${options.BaseNamespace}Model;
using ${options.DtosNamespace};
using ${options.ModelsNamespace}.${options.SubNamespace};
using System.Collections.Generic;
namespace ${options.IServicsNamespace}.${options.SubNamespace}.I${options.SubNamespace}Service
{

View File

@ -1,6 +1,4 @@
using System;
using SqlSugar;
using Infrastructure.Attribute;
using Infrastructure.Attribute;
using Infrastructure.Extensions;
using ${options.BaseNamespace}Model;
using ${options.DtosNamespace};

View File

@ -1,4 +1,5 @@
global using System.Collections.Generic;
global using System;
global using SqlSugar;
global using Newtonsoft.Json;
global using Newtonsoft.Json;
global using ZR.ServiceCore;

View File

@ -4,7 +4,6 @@ using SqlSugar.IOC;
using ZR.Model.System;
using ZR.Repository;
using ZR.Service.IService;
using ZR.ServiceCore;
using ZR.ServiceCore.Services;
namespace ZR.Service

View File

@ -1,5 +1,4 @@
using ZR.Model.System;
using ZR.ServiceCore;
namespace ZR.Service.IService
{