修改代码生成模板

This commit is contained in:
izory
2021-09-10 18:06:07 +08:00
parent 37ea4fc0a0
commit 5fd4f17be9
8 changed files with 95 additions and 113 deletions

View File

@@ -1,7 +1,7 @@
using System;
using Infrastructure.Attribute;
using {RepositoriesNamespace}.System;
using {ModelsNamespace};
using {ModelsNamespace}.Models;
namespace {RepositoriesNamespace}
{