代码生成新增加查询功能一键生成

This commit is contained in:
不做码农
2021-11-27 17:32:13 +08:00
parent 1375a1f61a
commit 250a9a9847
9 changed files with 196 additions and 92 deletions

View File

@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using SqlSugar;
namespace {ModelsNamespace}.Models
{
@@ -9,7 +10,7 @@ namespace {ModelsNamespace}.Models
/// @author {Author}
/// @date {DateTime}
/// </summary>
[SqlSugar.SugarTable("{TableName}")]
[SugarTable("{TableName}")]
public class {ModelTypeName}
{
{PropertyName}