OpenAuth.Net/OpenAuth.WebApi/Template/BuildEntity.html

24 lines
698 B
HTML
Raw Normal View History

//------------------------------------------------------------------------------
// 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}
2021-03-14 23:38:11 +08:00
public class {ClassName} : StringEntity
{
public {ClassName}()
{
{Construction}
}
{AttributeList}
}
}