fix some using
This commit is contained in:
@@ -10,7 +10,7 @@ using Infrastructure.Model;
|
||||
using Mapster;
|
||||
using ${options.ModelsNamespace}.Dto;
|
||||
using ${options.ModelsNamespace}.Models;
|
||||
using ${options.ServicesNamespace}.Business;
|
||||
using ${options.IServicsNamespace}.${options.SubNamespace}.I${options.SubNamespace}Service;
|
||||
using ${options.ApiControllerNamespace}.Extensions;
|
||||
using ${options.ApiControllerNamespace}.Filters;
|
||||
using ZR.Common;
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
using System;
|
||||
using ${options.ModelsNamespace}.Models;
|
||||
|
||||
namespace ${options.IServicsNamespace}.${options.SubNamespace}
|
||||
|
||||
namespace ${options.IServicsNamespace}.${options.SubNamespace}.I${options.SubNamespace}Service
|
||||
{
|
||||
/// <summary>
|
||||
/// ${genTable.FunctionName}service接口
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
using Infrastructure.Attribute;
|
||||
using ${options.ModelsNamespace}.Models;
|
||||
using ${options.IRepositoriesNamespace};
|
||||
using ${options.IServicsNamespace}.${options.SubNamespace}.I${options.SubNamespace}Service;
|
||||
|
||||
namespace ${options.ServicesNamespace}.${options.SubNamespace}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user