75 lines
2.7 KiB
JSON
75 lines
2.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.String",
|
|
"MaxLength": -1,
|
|
"Name": "用户名",
|
|
"ColumnType": "System.String, 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"
|
|
},
|
|
{
|
|
"$type": "Forguncy.Model.Tables.BindingColumn, ServerDesignerCommon",
|
|
"DatabaseColumnType": "System.String",
|
|
"MaxLength": -1,
|
|
"Name": "组织角色Id集合",
|
|
"ColumnType": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
|
|
},
|
|
{
|
|
"$type": "Forguncy.Model.Tables.BindingColumn, ServerDesignerCommon",
|
|
"DatabaseColumnType": "System.String",
|
|
"MaxLength": -1,
|
|
"Name": "组织角色名称集合",
|
|
"ColumnType": "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
|
|
}
|
|
],
|
|
"BuiltInViewInfo": {
|
|
"ViewName": "用户组织关系视图",
|
|
"SourceTableName": "FGC_UMV_OUR",
|
|
"CreateViewSql": "SELECT [组织Id] AS [组织Id], [用户名] AS [用户名], [是否主管] AS [是否主管], [组织角色Id集合] AS [组织角色Id集合], [组织角色名称集合] AS [组织角色名称集合] FROM [FGC_UMV_OUR]",
|
|
"ViewType": 10
|
|
},
|
|
"PrimaryKey": [
|
|
"组织Id",
|
|
"用户名"
|
|
],
|
|
"Indexes": [],
|
|
"Relations": [
|
|
{
|
|
"PrimarySchema": null,
|
|
"PrimaryTable": "用户信息视图",
|
|
"PrimaryColumn": "用户名",
|
|
"ForeignSchema": null,
|
|
"ForeignTable": "用户组织关系视图",
|
|
"ForeignColumn": "用户名",
|
|
"RelationTypeOnDelete": 0,
|
|
"RelationTypeOnUpdate": 0,
|
|
"IsDetailTableRelation": false
|
|
},
|
|
{
|
|
"PrimarySchema": null,
|
|
"PrimaryTable": "组织信息视图",
|
|
"PrimaryColumn": "组织Id",
|
|
"ForeignSchema": null,
|
|
"ForeignTable": "用户组织关系视图",
|
|
"ForeignColumn": "组织Id",
|
|
"RelationTypeOnDelete": 0,
|
|
"RelationTypeOnUpdate": 0,
|
|
"IsDetailTableRelation": false
|
|
}
|
|
]
|
|
} |