Fix file path and namespace
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using ${options.ModelsNamespace}.Models;
|
||||
|
||||
namespace ${options.IServicsNamespace}.Business
|
||||
namespace ${options.IServicsNamespace}.${options.SubNamespace}
|
||||
{
|
||||
/// <summary>
|
||||
/// ${genTable.FunctionName}service接口
|
||||
|
||||
@@ -3,7 +3,7 @@ using Infrastructure.Attribute;
|
||||
using ${options.ModelsNamespace}.Models;
|
||||
using ${options.IRepositoriesNamespace};
|
||||
|
||||
namespace ${options.ServicesNamespace}.Business
|
||||
namespace ${options.ServicesNamespace}.${options.SubNamespace}
|
||||
{
|
||||
/// <summary>
|
||||
/// ${genTable.FunctionName}Service业务层处理
|
||||
|
||||
Reference in New Issue
Block a user