代码生成新增加查询功能一键生成
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user