⚡优化引用
This commit is contained in:
parent
302a2e06c7
commit
e42530379d
@ -1,8 +1,6 @@
|
|||||||
using System;
|
using ${options.BaseNamespace}Model;
|
||||||
using ${options.BaseNamespace}Model;
|
|
||||||
using ${options.DtosNamespace};
|
using ${options.DtosNamespace};
|
||||||
using ${options.ModelsNamespace}.${options.SubNamespace};
|
using ${options.ModelsNamespace}.${options.SubNamespace};
|
||||||
using System.Collections.Generic;
|
|
||||||
|
|
||||||
namespace ${options.IServicsNamespace}.${options.SubNamespace}.I${options.SubNamespace}Service
|
namespace ${options.IServicsNamespace}.${options.SubNamespace}.I${options.SubNamespace}Service
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,6 +1,4 @@
|
|||||||
using System;
|
using Infrastructure.Attribute;
|
||||||
using SqlSugar;
|
|
||||||
using Infrastructure.Attribute;
|
|
||||||
using Infrastructure.Extensions;
|
using Infrastructure.Extensions;
|
||||||
using ${options.BaseNamespace}Model;
|
using ${options.BaseNamespace}Model;
|
||||||
using ${options.DtosNamespace};
|
using ${options.DtosNamespace};
|
||||||
|
|||||||
@ -2,3 +2,4 @@
|
|||||||
global using System;
|
global using System;
|
||||||
global using SqlSugar;
|
global using SqlSugar;
|
||||||
global using Newtonsoft.Json;
|
global using Newtonsoft.Json;
|
||||||
|
global using ZR.ServiceCore;
|
||||||
@ -4,7 +4,6 @@ using SqlSugar.IOC;
|
|||||||
using ZR.Model.System;
|
using ZR.Model.System;
|
||||||
using ZR.Repository;
|
using ZR.Repository;
|
||||||
using ZR.Service.IService;
|
using ZR.Service.IService;
|
||||||
using ZR.ServiceCore;
|
|
||||||
using ZR.ServiceCore.Services;
|
using ZR.ServiceCore.Services;
|
||||||
|
|
||||||
namespace ZR.Service
|
namespace ZR.Service
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
using ZR.Model.System;
|
using ZR.Model.System;
|
||||||
using ZR.ServiceCore;
|
|
||||||
|
|
||||||
namespace ZR.Service.IService
|
namespace ZR.Service.IService
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user