| 12345678910111213141516171819 |
- {
- "application": "",
- "name": "",
- "alias": "",
- "description": "",
- "allowPersonList": "",
- "allowIdentityList": "",
- "allowDepartmentList": "",
- "allowCompanyList": "",
- "queryView": "",
- "calculate": [{
- "column": "",
- "displayName": "",
- "calculateType": "",//sum, average, count, groupSum, groupAverage, groupCount
- "orderType": "",//desc, asc, original
- "orderEffectType": "",//key, value
- "id": ""
- }]
- }
|