datas.json
2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"table": {
"pageUid": "",
"pageId": "",
"tableType": "none",
"pageSize": "",
"instanceid": "ESB_quote_publish_list_table"
},
"sql": {
"backfields": " * ",
"sqlform": " ESB_PUBLISH ",
"sqlwhere": "",
"sqlorderby": " PUBLISHID ",
"sqlprimarykey": " PUBLISHID ",
"sqlisdistinct": "true"
},
"cols": [
{
"width": "15%",
"text": "381927",
"column": "publishId",
"orderkey": "publishId",
"transmethod": "com.api.integration.util.TableShowFormart.formartPublishId",
"otherpara": "",
"isPrimarykey":true
},
{
"width": "15%",
"text": "381923",
"column": "publishName",
"orderkey": "publishName"
},
{
"width": "15%",
"text": "503968",
"column": "eventId",
"orderkey": "eventId",
"transmethod": "com.api.integration.util.TableShowFormart.formartShowEventName",
"otherpara": ""
},
{
"width": "15%",
"text": "81535",
"column": "categoryId",
"orderkey": "categoryId",
"transmethod": "com.api.integration.util.TableShowFormart.formartShowCategoryName",
"otherpara": ""
},
{
"width": "15%",
"text": "33408",
"column": "sync",
"orderkey": "sync",
"transmethod": "com.api.integration.util.TableShowFormart.formartShowSync",
"otherpara": ""
},
{
"width": "15%",
"text": "602",
"column": "state",
"orderkey": "state",
"transmethod": "com.api.integration.util.TableShowFormart.formartShowState",
"otherpara": ""
},
{
"width": "20%",
"text": "85",
"column": "instruction"
},
{
"width": "0",
"text": "",
"column": "publishType",
"orderkey": "publishType",
"hide":true
},
{
"width": "0",
"text": "",
"column": "productCode",
"orderkey": "productCode",
"hide":true
},
{
"width": "0",
"text": "",
"hide": true,
"column": "dataflag",
"orderkey": "dataflag"
}
]
}