|
@@ -2702,6 +2702,12 @@
|
2702
|
2702
|
"remark": "",
|
2703
|
2703
|
"chnname": "提现密码"
|
2704
|
2704
|
},
|
|
2705
|
+ {
|
|
2706
|
+ "name": "real_name",
|
|
2707
|
+ "type": "Name",
|
|
2708
|
+ "remark": "",
|
|
2709
|
+ "chnname": "真实姓名"
|
|
2710
|
+ },
|
2705
|
2711
|
{
|
2706
|
2712
|
"name": "id_card",
|
2707
|
2713
|
"type": "DefaultString",
|
|
@@ -5696,6 +5702,100 @@
|
5696
|
5702
|
"chnname": "足球比赛结果临时表",
|
5697
|
5703
|
"remark": "存储过程转换爬虫结果中使用"
|
5698
|
5704
|
},
|
|
5705
|
+ {
|
|
5706
|
+ "title": "tmp_crawl_football_playresult",
|
|
5707
|
+ "fields": [
|
|
5708
|
+ {
|
|
5709
|
+ "name": "match_id",
|
|
5710
|
+ "type": "Integer",
|
|
5711
|
+ "remark": "",
|
|
5712
|
+ "chnname": "比赛ID",
|
|
5713
|
+ "notNull": true,
|
|
5714
|
+ "defaultValue": "",
|
|
5715
|
+ "pk": true
|
|
5716
|
+ },
|
|
5717
|
+ {
|
|
5718
|
+ "name": "wdl",
|
|
5719
|
+ "type": "DefaultString",
|
|
5720
|
+ "remark": "",
|
|
5721
|
+ "chnname": "胜平负",
|
|
5722
|
+ "notNull": false,
|
|
5723
|
+ "defaultValue": "1"
|
|
5724
|
+ },
|
|
5725
|
+ {
|
|
5726
|
+ "name": "wdls",
|
|
5727
|
+ "type": "DefaultString",
|
|
5728
|
+ "remark": "",
|
|
5729
|
+ "chnname": "让球胜平负"
|
|
5730
|
+ },
|
|
5731
|
+ {
|
|
5732
|
+ "name": "score",
|
|
5733
|
+ "type": "DefaultString",
|
|
5734
|
+ "remark": "",
|
|
5735
|
+ "chnname": "比分"
|
|
5736
|
+ },
|
|
5737
|
+ {
|
|
5738
|
+ "name": "points",
|
|
5739
|
+ "type": "DefaultString",
|
|
5740
|
+ "remark": "",
|
|
5741
|
+ "chnname": "总进球"
|
|
5742
|
+ },
|
|
5743
|
+ {
|
|
5744
|
+ "name": "doubles",
|
|
5745
|
+ "type": "DefaultString",
|
|
5746
|
+ "remark": "",
|
|
5747
|
+ "chnname": "半全场"
|
|
5748
|
+ }
|
|
5749
|
+ ],
|
|
5750
|
+ "indexs": [],
|
|
5751
|
+ "headers": [
|
|
5752
|
+ {
|
|
5753
|
+ "fieldName": "chnname",
|
|
5754
|
+ "relationNoShow": false
|
|
5755
|
+ },
|
|
5756
|
+ {
|
|
5757
|
+ "fieldName": "name",
|
|
5758
|
+ "relationNoShow": false
|
|
5759
|
+ },
|
|
5760
|
+ {
|
|
5761
|
+ "fieldName": "type",
|
|
5762
|
+ "relationNoShow": false
|
|
5763
|
+ },
|
|
5764
|
+ {
|
|
5765
|
+ "fieldName": "dataType",
|
|
5766
|
+ "relationNoShow": true
|
|
5767
|
+ },
|
|
5768
|
+ {
|
|
5769
|
+ "fieldName": "remark",
|
|
5770
|
+ "relationNoShow": true
|
|
5771
|
+ },
|
|
5772
|
+ {
|
|
5773
|
+ "fieldName": "pk",
|
|
5774
|
+ "relationNoShow": false
|
|
5775
|
+ },
|
|
5776
|
+ {
|
|
5777
|
+ "fieldName": "notNull",
|
|
5778
|
+ "relationNoShow": true
|
|
5779
|
+ },
|
|
5780
|
+ {
|
|
5781
|
+ "fieldName": "autoIncrement",
|
|
5782
|
+ "relationNoShow": true
|
|
5783
|
+ },
|
|
5784
|
+ {
|
|
5785
|
+ "fieldName": "defaultValue",
|
|
5786
|
+ "relationNoShow": true
|
|
5787
|
+ },
|
|
5788
|
+ {
|
|
5789
|
+ "fieldName": "relationNoShow",
|
|
5790
|
+ "relationNoShow": true
|
|
5791
|
+ },
|
|
5792
|
+ {
|
|
5793
|
+ "fieldName": "uiHint",
|
|
5794
|
+ "relationNoShow": true
|
|
5795
|
+ }
|
|
5796
|
+ ],
|
|
5797
|
+ "chnname": "足球比赛玩法结果"
|
|
5798
|
+ },
|
5699
|
5799
|
{
|
5700
|
5800
|
"title": "tmp_crawl_basketball_match",
|
5701
|
5801
|
"fields": [
|
|
@@ -6112,6 +6212,94 @@
|
6112
|
6212
|
],
|
6113
|
6213
|
"chnname": "篮球比赛结果临时表",
|
6114
|
6214
|
"remark": "存储过程转换爬虫结果中使用"
|
|
6215
|
+ },
|
|
6216
|
+ {
|
|
6217
|
+ "title": "tmp_crawl_basketball_playresult",
|
|
6218
|
+ "fields": [
|
|
6219
|
+ {
|
|
6220
|
+ "name": "match_id",
|
|
6221
|
+ "type": "Integer",
|
|
6222
|
+ "remark": "",
|
|
6223
|
+ "chnname": "比赛ID",
|
|
6224
|
+ "notNull": true,
|
|
6225
|
+ "defaultValue": "",
|
|
6226
|
+ "pk": true
|
|
6227
|
+ },
|
|
6228
|
+ {
|
|
6229
|
+ "name": "wl",
|
|
6230
|
+ "type": "DefaultString",
|
|
6231
|
+ "remark": "",
|
|
6232
|
+ "chnname": "胜负",
|
|
6233
|
+ "notNull": false,
|
|
6234
|
+ "defaultValue": "1"
|
|
6235
|
+ },
|
|
6236
|
+ {
|
|
6237
|
+ "name": "wls",
|
|
6238
|
+ "type": "DefaultString",
|
|
6239
|
+ "remark": "",
|
|
6240
|
+ "chnname": "让球胜负"
|
|
6241
|
+ },
|
|
6242
|
+ {
|
|
6243
|
+ "name": "score",
|
|
6244
|
+ "type": "DefaultString",
|
|
6245
|
+ "remark": "",
|
|
6246
|
+ "chnname": "大小分"
|
|
6247
|
+ },
|
|
6248
|
+ {
|
|
6249
|
+ "name": "points",
|
|
6250
|
+ "type": "DefaultString",
|
|
6251
|
+ "remark": "",
|
|
6252
|
+ "chnname": "胜分差"
|
|
6253
|
+ }
|
|
6254
|
+ ],
|
|
6255
|
+ "indexs": [],
|
|
6256
|
+ "headers": [
|
|
6257
|
+ {
|
|
6258
|
+ "fieldName": "chnname",
|
|
6259
|
+ "relationNoShow": false
|
|
6260
|
+ },
|
|
6261
|
+ {
|
|
6262
|
+ "fieldName": "name",
|
|
6263
|
+ "relationNoShow": false
|
|
6264
|
+ },
|
|
6265
|
+ {
|
|
6266
|
+ "fieldName": "type",
|
|
6267
|
+ "relationNoShow": false
|
|
6268
|
+ },
|
|
6269
|
+ {
|
|
6270
|
+ "fieldName": "dataType",
|
|
6271
|
+ "relationNoShow": true
|
|
6272
|
+ },
|
|
6273
|
+ {
|
|
6274
|
+ "fieldName": "remark",
|
|
6275
|
+ "relationNoShow": true
|
|
6276
|
+ },
|
|
6277
|
+ {
|
|
6278
|
+ "fieldName": "pk",
|
|
6279
|
+ "relationNoShow": false
|
|
6280
|
+ },
|
|
6281
|
+ {
|
|
6282
|
+ "fieldName": "notNull",
|
|
6283
|
+ "relationNoShow": true
|
|
6284
|
+ },
|
|
6285
|
+ {
|
|
6286
|
+ "fieldName": "autoIncrement",
|
|
6287
|
+ "relationNoShow": true
|
|
6288
|
+ },
|
|
6289
|
+ {
|
|
6290
|
+ "fieldName": "defaultValue",
|
|
6291
|
+ "relationNoShow": true
|
|
6292
|
+ },
|
|
6293
|
+ {
|
|
6294
|
+ "fieldName": "relationNoShow",
|
|
6295
|
+ "relationNoShow": true
|
|
6296
|
+ },
|
|
6297
|
+ {
|
|
6298
|
+ "fieldName": "uiHint",
|
|
6299
|
+ "relationNoShow": true
|
|
6300
|
+ }
|
|
6301
|
+ ],
|
|
6302
|
+ "chnname": "篮球比赛玩法结果"
|
6115
|
6303
|
}
|
6116
|
6304
|
],
|
6117
|
6305
|
"graphCanvas": {
|