template_1.json 883 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "autoMove": true,
  3. "id": "statisticsId",
  4. "name": "reportFeeMonthStatistics",
  5. "desc": "费用月统计",
  6. "shareParam": "communityId",
  7. "shareColumn": "community_id",
  8. "shareName": "report",
  9. "tableName": "report_fee_month_statistics",
  10. "param": {
  11. "statisticsId": "statistics_id",
  12. "feeYear": "fee_year",
  13. "feeMonth": "fee_month",
  14. "communityId": "community_id",
  15. "objType": "obj_type",
  16. "objId": "obj_id",
  17. "objName": "obj_name",
  18. "feeId": "fee_id",
  19. "feeName": "fee_name",
  20. "configId": "config_id",
  21. "receivableAmount": "receivable_amount",
  22. "receivedAmount": "received_amount",
  23. "oweAmount": "owe_amount",
  24. "feeCreateTime": "fee_create_time",
  25. "updateTime": "update_time",
  26. "remark": "remark",
  27. "statusCd": "status_cd"
  28. },
  29. "required": [
  30. {
  31. "code": "feeYear",
  32. "msg": "年不能为空"
  33. }
  34. ]
  35. }