提交rbac
提交设置右键错位的bug
This commit is contained in:
22
DH.RBAC/Models/Base/CodeGenerator.cs
Normal file
22
DH.RBAC/Models/Base/CodeGenerator.cs
Normal file
@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DH.RBAC.Model.Base
|
||||
{
|
||||
public class CodeGenerator
|
||||
{
|
||||
public string TableName { get; set; }
|
||||
public string ColumnName { get; set; }
|
||||
public string TypeName { get; set; }
|
||||
public string TypeLength { get; set; }
|
||||
public string IsPrimaryKey { get; set; }
|
||||
public string ClassName { get; set; }
|
||||
public string PropertyName { get; set; }
|
||||
public string CSType { get; set; }
|
||||
|
||||
public string Other { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user