|
@@ -2085,6 +2085,134 @@
|
2085
|
2085
|
}
|
2086
|
2086
|
],
|
2087
|
2087
|
"chnname": "签到表"
|
|
2088
|
+ },
|
|
2089
|
+ {
|
|
2090
|
+ "title": "ta_extend_content",
|
|
2091
|
+ "fields": [
|
|
2092
|
+ {
|
|
2093
|
+ "name": "content_id",
|
|
2094
|
+ "type": "Integer",
|
|
2095
|
+ "remark": "",
|
|
2096
|
+ "chnname": "内容ID",
|
|
2097
|
+ "pk": true,
|
|
2098
|
+ "notNull": true,
|
|
2099
|
+ "autoIncrement": true
|
|
2100
|
+ },
|
|
2101
|
+ {
|
|
2102
|
+ "name": "show_type",
|
|
2103
|
+ "type": "Dict",
|
|
2104
|
+ "remark": "",
|
|
2105
|
+ "chnname": "打开方式"
|
|
2106
|
+ },
|
|
2107
|
+ {
|
|
2108
|
+ "name": "show_position",
|
|
2109
|
+ "type": "Dict",
|
|
2110
|
+ "remark": "",
|
|
2111
|
+ "chnname": "发布位置"
|
|
2112
|
+ },
|
|
2113
|
+ {
|
|
2114
|
+ "name": "content_type",
|
|
2115
|
+ "type": "Dict",
|
|
2116
|
+ "remark": "",
|
|
2117
|
+ "chnname": "类型"
|
|
2118
|
+ },
|
|
2119
|
+ {
|
|
2120
|
+ "name": "target_id",
|
|
2121
|
+ "type": "LongKey",
|
|
2122
|
+ "remark": "",
|
|
2123
|
+ "chnname": "链接ID"
|
|
2124
|
+ },
|
|
2125
|
+ {
|
|
2126
|
+ "name": "image",
|
|
2127
|
+ "type": "LongText",
|
|
2128
|
+ "remark": "",
|
|
2129
|
+ "chnname": "图片"
|
|
2130
|
+ },
|
|
2131
|
+ {
|
|
2132
|
+ "name": "content",
|
|
2133
|
+ "type": "LongText",
|
|
2134
|
+ "remark": "",
|
|
2135
|
+ "chnname": "自定义内容"
|
|
2136
|
+ },
|
|
2137
|
+ {
|
|
2138
|
+ "name": "title",
|
|
2139
|
+ "type": "ShortString",
|
|
2140
|
+ "remark": "",
|
|
2141
|
+ "chnname": "内容标题"
|
|
2142
|
+ },
|
|
2143
|
+ {
|
|
2144
|
+ "name": "created_time",
|
|
2145
|
+ "type": "DateTime",
|
|
2146
|
+ "remark": "",
|
|
2147
|
+ "chnname": "创建时间"
|
|
2148
|
+ },
|
|
2149
|
+ {
|
|
2150
|
+ "name": "status",
|
|
2151
|
+ "type": "Integer",
|
|
2152
|
+ "remark": "",
|
|
2153
|
+ "chnname": "状态"
|
|
2154
|
+ },
|
|
2155
|
+ {
|
|
2156
|
+ "name": "org_id",
|
|
2157
|
+ "type": "Integer",
|
|
2158
|
+ "remark": "",
|
|
2159
|
+ "chnname": "公司id"
|
|
2160
|
+ },
|
|
2161
|
+ {
|
|
2162
|
+ "name": "building_id",
|
|
2163
|
+ "type": "LongKey",
|
|
2164
|
+ "remark": "",
|
|
2165
|
+ "chnname": "楼盘id"
|
|
2166
|
+ }
|
|
2167
|
+ ],
|
|
2168
|
+ "indexs": [],
|
|
2169
|
+ "headers": [
|
|
2170
|
+ {
|
|
2171
|
+ "fieldName": "chnname",
|
|
2172
|
+ "relationNoShow": false
|
|
2173
|
+ },
|
|
2174
|
+ {
|
|
2175
|
+ "fieldName": "name",
|
|
2176
|
+ "relationNoShow": false
|
|
2177
|
+ },
|
|
2178
|
+ {
|
|
2179
|
+ "fieldName": "type",
|
|
2180
|
+ "relationNoShow": false
|
|
2181
|
+ },
|
|
2182
|
+ {
|
|
2183
|
+ "fieldName": "dataType",
|
|
2184
|
+ "relationNoShow": true
|
|
2185
|
+ },
|
|
2186
|
+ {
|
|
2187
|
+ "fieldName": "remark",
|
|
2188
|
+ "relationNoShow": true
|
|
2189
|
+ },
|
|
2190
|
+ {
|
|
2191
|
+ "fieldName": "pk",
|
|
2192
|
+ "relationNoShow": false
|
|
2193
|
+ },
|
|
2194
|
+ {
|
|
2195
|
+ "fieldName": "notNull",
|
|
2196
|
+ "relationNoShow": true
|
|
2197
|
+ },
|
|
2198
|
+ {
|
|
2199
|
+ "fieldName": "autoIncrement",
|
|
2200
|
+ "relationNoShow": true
|
|
2201
|
+ },
|
|
2202
|
+ {
|
|
2203
|
+ "fieldName": "defaultValue",
|
|
2204
|
+ "relationNoShow": true
|
|
2205
|
+ },
|
|
2206
|
+ {
|
|
2207
|
+ "fieldName": "relationNoShow",
|
|
2208
|
+ "relationNoShow": true
|
|
2209
|
+ },
|
|
2210
|
+ {
|
|
2211
|
+ "fieldName": "uiHint",
|
|
2212
|
+ "relationNoShow": true
|
|
2213
|
+ }
|
|
2214
|
+ ],
|
|
2215
|
+ "chnname": "辅助内容表"
|
2088
|
2216
|
}
|
2089
|
2217
|
],
|
2090
|
2218
|
"graphCanvas": {
|