2021-09-08 07:48:18 +08:00

15 lines
267 B
Plaintext

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