mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
24 lines
702 B
HTML
24 lines
702 B
HTML
//------------------------------------------------------------------------------
|
|
// This code was generated by a CodeSmith Template.
|
|
//
|
|
// DO NOT MODIFY contents of this file. Changes to this
|
|
// file will be lost if the code is regenerated.
|
|
// Author:Yubao Li
|
|
//------------------------------------------------------------------------------
|
|
using System;
|
|
using System.ComponentModel;
|
|
using System.ComponentModel.DataAnnotations.Schema;
|
|
using OpenAuth.Repository.Core;
|
|
|
|
namespace OpenAuth.Repository.Domain
|
|
{
|
|
{AttributeManager}
|
|
public class {ClassName} : {BaseEntityName}
|
|
{
|
|
public {ClassName}()
|
|
{
|
|
{Construction}
|
|
}
|
|
{AttributeList}
|
|
}
|
|
} |