mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
按新结构调整codesmith
This commit is contained in:
@@ -37,7 +37,7 @@ namespace <%= EntityNamespace %>
|
||||
/// <%= Table.Description %>
|
||||
/// </summary>
|
||||
[Table("<%= Table.Name%>")]
|
||||
public partial class <%= Table.Name %> : Entity
|
||||
public partial class <%= Table.Name %> : StringEntity
|
||||
{
|
||||
public <%= Table.Name %>()
|
||||
{
|
||||
|
Reference in New Issue
Block a user