54 lines
1.7 KiB
JSON
54 lines
1.7 KiB
JSON
{
|
|
"Name": "角色拥有权限视图",
|
|
"Columns": [
|
|
{
|
|
"$type": "Forguncy.Model.Tables.BindingColumn, ServerDesignerCommon",
|
|
"DatabaseColumnType": "System.Int64",
|
|
"MaxLength": -1,
|
|
"Name": "角色Id",
|
|
"ColumnType": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
|
|
},
|
|
{
|
|
"$type": "Forguncy.Model.Tables.BindingColumn, ServerDesignerCommon",
|
|
"DatabaseColumnType": "System.Int64",
|
|
"MaxLength": -1,
|
|
"Name": "拥有权限的角色Id",
|
|
"ColumnType": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
|
|
}
|
|
],
|
|
"BuiltInViewInfo": {
|
|
"ViewName": "角色拥有权限视图",
|
|
"SourceTableName": "FGC_UMV_RII",
|
|
"CreateViewSql": "SELECT [角色Id] AS [角色Id], [拥有权限的角色Id] AS [拥有权限的角色Id] FROM [FGC_UMV_RII]",
|
|
"ViewType": 9
|
|
},
|
|
"PrimaryKey": [
|
|
"角色Id",
|
|
"拥有权限的角色Id"
|
|
],
|
|
"Indexes": [],
|
|
"Relations": [
|
|
{
|
|
"PrimarySchema": null,
|
|
"PrimaryTable": "角色信息视图",
|
|
"PrimaryColumn": "角色Id",
|
|
"ForeignSchema": null,
|
|
"ForeignTable": "角色拥有权限视图",
|
|
"ForeignColumn": "角色Id",
|
|
"RelationTypeOnDelete": 0,
|
|
"RelationTypeOnUpdate": 0,
|
|
"IsDetailTableRelation": false
|
|
},
|
|
{
|
|
"PrimarySchema": null,
|
|
"PrimaryTable": "角色信息视图",
|
|
"PrimaryColumn": "角色Id",
|
|
"ForeignSchema": null,
|
|
"ForeignTable": "角色拥有权限视图",
|
|
"ForeignColumn": "拥有权限的角色Id",
|
|
"RelationTypeOnDelete": 0,
|
|
"RelationTypeOnUpdate": 0,
|
|
"IsDetailTableRelation": false
|
|
}
|
|
]
|
|
} |