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
| var tables = {
| agm_a: {
| "table": {
| "id": "agm_agreement",
| "parent_id": "agm",
| "name": "agm_agreement",
| "title": "agm_agreement",
| "order_no": null
| },
| "fields": [{
| "id": "061f7688f32c44069ea80b94ac089a3a",
| "table_id": "agm_agreement",
| "name": "template_attachment_name",
| "title": null,
| "label": "协议附件",
| "remark": null,
| "type_code": "VARCHAR(254)",
| "field_length": null,
| "field_scale": null,
| "order_no": 17
| }, {
| "id": "0ef31b084b4d4aa9af4ff64053793c8c",
| "table_id": "agm_agreement",
| "name": "create_time",
| "title": null,
| "label": "创建日期",
| "remark": null,
| "type_code": "TIMESTAMP",
| "field_length": null,
| "field_scale": null,
| "order_no": 25
| }]
| },
| }
|
|