修改代码生成请求路径改为模块名+业务名

This commit is contained in:
不做码农
2021-12-10 08:28:58 +08:00
parent 944967afa3
commit 45b3e89657
4 changed files with 11 additions and 11 deletions

View File

@@ -187,7 +187,7 @@ namespace ZR.CodeGenerator
}
catch (Exception ex) // 异常处理
{
//Log4NetHelper.Error("代码生成异常", ex);
Console.WriteLine("代码生成异常" + ex.Message);
}
}