Mercurial > lada > lada-server
view src/test/resources/messprogrammquery.json @ 863:e701e2df6516
Set empty text as comment in copied status.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 04 Feb 2016 15:25:13 +0100 |
parents | 59c51da59b30 |
children |
line wrap: on
line source
[ { "id": "1", "name": "Kein Filter", "type": "messprogramm", "description": "Abfrage der Messprogramme ohne Filter", "sql": "select m.id as id, m.name as name, m.mst_id as mstId, m.umw_id as umwId from land.messprogramm m", "result": [ {"dataIndex": "name", "header": "Name", "width": 100}, {"dataIndex": "mstId", "header": "MST", "width": 100}, {"dataIndex": "umwId", "header": "Umweltbereich", "width": 100} ], "filters": [ ] } ]