18 lines
331 B
Plaintext
18 lines
331 B
Plaintext
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace {ModelsNamespace}.Models
|
|
{
|
|
/// <summary>
|
|
/// {FunctionName},数据实体对象
|
|
///
|
|
/// @author {Author}
|
|
/// @date {DateTime}
|
|
/// </summary>
|
|
[SqlSugar.SugarTable("{TableName}")]
|
|
public class {ModelTypeName}
|
|
{
|
|
{PropertyName}
|
|
}
|
|
}
|