fix代码生成问题

This commit is contained in:
不做码农
2022-05-09 18:03:33 +08:00
parent 647e725ff9
commit d6cd248e10
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ using ${options.ModelsNamespace}.Models;
using ${options.IServicsNamespace}.${options.SubNamespace}.I${options.SubNamespace}Service;
using ${options.ApiControllerNamespace}.Extensions;
using ${options.ApiControllerNamespace}.Filters;
using ${options.BaseNamespace}.Common;
using ${options.BaseNamespace}Common;
namespace ${options.ApiControllerNamespace}.Controllers
{