createQueryStat.json 441 B

12345678910111213141516171819
  1. {
  2. "application": "",
  3. "name": "",
  4. "alias": "",
  5. "description": "",
  6. "allowPersonList": "",
  7. "allowIdentityList": "",
  8. "allowDepartmentList": "",
  9. "allowCompanyList": "",
  10. "queryView": "",
  11. "calculate": [{
  12. "column": "",
  13. "displayName": "",
  14. "calculateType": "",//sum, average, count, groupSum, groupAverage, groupCount
  15. "orderType": "",//desc, asc, original
  16. "orderEffectType": "",//key, value
  17. "id": ""
  18. }]
  19. }