30 lines
1023 B
JSON
30 lines
1023 B
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"
|
|
}
|
|
],
|
|
"BuiltInViewInfo": {
|
|
"ViewName": "组织级别视图",
|
|
"SourceTableName": "FGC_UMV_OLI",
|
|
"CreateViewSql": "SELECT [组织级别Id] AS [组织级别Id], [组织级别名称] AS [组织级别名称] FROM [FGC_UMV_OLI]",
|
|
"ViewType": 11
|
|
},
|
|
"PrimaryKey": [
|
|
"组织级别Id"
|
|
],
|
|
"Indexes": [],
|
|
"Relations": []
|
|
} |