完成Model、Dto的代码生成

This commit is contained in:
izory
2021-09-08 07:48:18 +08:00
parent 85b0305cbc
commit 2d72257945
4 changed files with 127 additions and 92 deletions

View File

@@ -9,6 +9,6 @@ namespace {ModelsNamespace}
[SqlSugar.SugarTable("{TableName}")]
public class {ModelTypeName}
{
{ModelContent}
{PropertyName}
}
}