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