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接口
|
||||
|
||||
Reference in New Issue
Block a user