2021-09-07 18:37:21 +08:00

15 lines
267 B
Plaintext

using System;
using System.Collections.Generic;
namespace {ModelsNamespace}
{
/// <summary>
/// {TableNameDesc},数据实体对象
/// </summary>
[SqlSugar.SugarTable("{TableName}")]
public class {ModelTypeName}
{
{ModelContent}
}
}