开发代码生成功能
This commit is contained in:
14
ZR.Admin.WebApi/Template/ModelTemplate.txt
Normal file
14
ZR.Admin.WebApi/Template/ModelTemplate.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace {ModelsNamespace}
|
||||
{
|
||||
/// <summary>
|
||||
/// {TableNameDesc},数据实体对象
|
||||
/// </summary>
|
||||
[SqlSugar.SugarTable("{TableName}")]
|
||||
public class {ModelTypeName}
|
||||
{
|
||||
{ModelContent}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user