template_1.json 885 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "autoMove": true,
  3. "id": "cdId",
  4. "name": "reportFeeMonthCollectionDetail",
  5. "desc": "月缴费表",
  6. "shareParam": "communityId",
  7. "shareColumn": "community_id",
  8. "shareName": "report",
  9. "tableName": "report_fee_month_collection_detail",
  10. "param": {
  11. "cdId": "cd_id",
  12. "detailId": "detail_id",
  13. "collectionId": "collection_id",
  14. "collectionYear": "collection_year",
  15. "collectionMonth": "collection_month",
  16. "communityId": "community_id",
  17. "receivableAmount": "receivable_amount",
  18. "receivedAmount": "received_amount",
  19. "discountAmount": "discount_amount",
  20. "statusCd": "status_cd"
  21. },
  22. "required": [
  23. {
  24. "code": "detailId",
  25. "msg": "缴费ID不能为空"
  26. },
  27. {
  28. "code": "collectionYear",
  29. "msg": "年份不能为空"
  30. },
  31. {
  32. "code": "collectionMonth",
  33. "msg": "月份不能为空"
  34. }
  35. ]
  36. }