61 lines
2.0 KiB
JSON
61 lines
2.0 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"
|
|
},
|
|
{
|
|
"$type": "Forguncy.Model.Tables.BindingColumn, ServerDesignerCommon",
|
|
"DatabaseColumnType": "System.Int64",
|
|
"MaxLength": -1,
|
|
"Name": "是否对下级生效",
|
|
"ColumnType": "System.Int64, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
|
|
}
|
|
],
|
|
"BuiltInViewInfo": {
|
|
"ViewName": "角色组织关系视图",
|
|
"SourceTableName": "FGC_UMV_ORR",
|
|
"CreateViewSql": "SELECT [组织Id] AS [组织Id], [角色Id] AS [角色Id], [是否对下级生效] AS [是否对下级生效] FROM [FGC_UMV_ORR]",
|
|
"ViewType": 8
|
|
},
|
|
"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
|
|
}
|
|
]
|
|
} |