mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 02:14:44 +08:00
转移.net core 3.1,为.NET 5做准备
This commit is contained in:
24
OpenAuth.WebApi/Template/BuildEntity.html
Normal file
24
OpenAuth.WebApi/Template/BuildEntity.html
Normal file
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// 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} : Entity
|
||||
{
|
||||
public {ClassName}()
|
||||
{
|
||||
{Construction}
|
||||
}
|
||||
{AttributeList}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user