mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
-
This commit is contained in:
@@ -177,7 +177,7 @@ namespace SqlSugar
|
||||
{
|
||||
foreach (var item in classStringList)
|
||||
{
|
||||
FileHeper.CreateFile(directoryPath.TrimEnd('\\').TrimEnd('/') + string.Format("{0}.cs", item.Key), item.Value, Encoding.UTF8);
|
||||
FileHeper.CreateFile(directoryPath.TrimEnd('\\').TrimEnd('/') + string.Format("\\{0}.cs", item.Key), item.Value, Encoding.UTF8);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user