|
@@ -9092,6 +9092,114 @@
|
9092
|
9092
|
}
|
9093
|
9093
|
],
|
9094
|
9094
|
"chnname": "用户消息规则"
|
|
9095
|
+ },
|
|
9096
|
+ {
|
|
9097
|
+ "title": "ta_custom_img",
|
|
9098
|
+ "fields": [
|
|
9099
|
+ {
|
|
9100
|
+ "name": "img_id",
|
|
9101
|
+ "type": "Integer",
|
|
9102
|
+ "remark": "",
|
|
9103
|
+ "chnname": "图片id"
|
|
9104
|
+ },
|
|
9105
|
+ {
|
|
9106
|
+ "name": "img_url",
|
|
9107
|
+ "type": "LongText",
|
|
9108
|
+ "remark": "",
|
|
9109
|
+ "chnname": "图片地址"
|
|
9110
|
+ },
|
|
9111
|
+ {
|
|
9112
|
+ "name": "img_type",
|
|
9113
|
+ "type": "ShortString",
|
|
9114
|
+ "remark": "",
|
|
9115
|
+ "chnname": "图片类型"
|
|
9116
|
+ },
|
|
9117
|
+ {
|
|
9118
|
+ "name": "img_desc",
|
|
9119
|
+ "type": "ShortString",
|
|
9120
|
+ "remark": "",
|
|
9121
|
+ "chnname": "图片说明"
|
|
9122
|
+ },
|
|
9123
|
+ {
|
|
9124
|
+ "name": "img_document",
|
|
9125
|
+ "type": "ShortString",
|
|
9126
|
+ "remark": "",
|
|
9127
|
+ "chnname": "文案"
|
|
9128
|
+ },
|
|
9129
|
+ {
|
|
9130
|
+ "name": "org_id",
|
|
9131
|
+ "type": "Integer",
|
|
9132
|
+ "remark": "",
|
|
9133
|
+ "chnname": "公司id"
|
|
9134
|
+ },
|
|
9135
|
+ {
|
|
9136
|
+ "name": "status",
|
|
9137
|
+ "type": "Integer",
|
|
9138
|
+ "remark": "",
|
|
9139
|
+ "chnname": "状态"
|
|
9140
|
+ },
|
|
9141
|
+ {
|
|
9142
|
+ "name": "create_time",
|
|
9143
|
+ "type": "DateTime",
|
|
9144
|
+ "remark": "",
|
|
9145
|
+ "chnname": "创建时间"
|
|
9146
|
+ },
|
|
9147
|
+ {
|
|
9148
|
+ "name": "update_time",
|
|
9149
|
+ "type": "DateTime",
|
|
9150
|
+ "remark": "",
|
|
9151
|
+ "chnname": "更新时间"
|
|
9152
|
+ }
|
|
9153
|
+ ],
|
|
9154
|
+ "indexs": [],
|
|
9155
|
+ "headers": [
|
|
9156
|
+ {
|
|
9157
|
+ "fieldName": "chnname",
|
|
9158
|
+ "relationNoShow": false
|
|
9159
|
+ },
|
|
9160
|
+ {
|
|
9161
|
+ "fieldName": "name",
|
|
9162
|
+ "relationNoShow": false
|
|
9163
|
+ },
|
|
9164
|
+ {
|
|
9165
|
+ "fieldName": "type",
|
|
9166
|
+ "relationNoShow": false
|
|
9167
|
+ },
|
|
9168
|
+ {
|
|
9169
|
+ "fieldName": "dataType",
|
|
9170
|
+ "relationNoShow": true
|
|
9171
|
+ },
|
|
9172
|
+ {
|
|
9173
|
+ "fieldName": "remark",
|
|
9174
|
+ "relationNoShow": true
|
|
9175
|
+ },
|
|
9176
|
+ {
|
|
9177
|
+ "fieldName": "pk",
|
|
9178
|
+ "relationNoShow": false
|
|
9179
|
+ },
|
|
9180
|
+ {
|
|
9181
|
+ "fieldName": "notNull",
|
|
9182
|
+ "relationNoShow": true
|
|
9183
|
+ },
|
|
9184
|
+ {
|
|
9185
|
+ "fieldName": "autoIncrement",
|
|
9186
|
+ "relationNoShow": true
|
|
9187
|
+ },
|
|
9188
|
+ {
|
|
9189
|
+ "fieldName": "defaultValue",
|
|
9190
|
+ "relationNoShow": true
|
|
9191
|
+ },
|
|
9192
|
+ {
|
|
9193
|
+ "fieldName": "relationNoShow",
|
|
9194
|
+ "relationNoShow": true
|
|
9195
|
+ },
|
|
9196
|
+ {
|
|
9197
|
+ "fieldName": "uiHint",
|
|
9198
|
+ "relationNoShow": true
|
|
9199
|
+ }
|
|
9200
|
+ ],
|
|
9201
|
+ "chnname": "ta_custom_img",
|
|
9202
|
+ "remark": "自定义配图表"
|
9095
|
9203
|
}
|
9096
|
9204
|
],
|
9097
|
9205
|
"graphCanvas": {
|