| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "autoMove": true,
- "id": "statisticsId",
- "name": "reportFeeMonthStatistics",
- "desc": "费用月统计",
- "shareParam": "communityId",
- "shareColumn": "community_id",
- "shareName": "report",
- "tableName": "report_fee_month_statistics",
- "param": {
- "statisticsId": "statistics_id",
- "feeYear": "fee_year",
- "feeMonth": "fee_month",
- "communityId": "community_id",
- "objType": "obj_type",
- "objId": "obj_id",
- "objName": "obj_name",
- "feeId": "fee_id",
- "feeName": "fee_name",
- "configId": "config_id",
- "receivableAmount": "receivable_amount",
- "receivedAmount": "received_amount",
- "oweAmount": "owe_amount",
- "feeCreateTime": "fee_create_time",
- "updateTime": "update_time",
- "remark": "remark",
- "statusCd": "status_cd"
- },
- "required": [
- {
- "code": "feeYear",
- "msg": "年不能为空"
- }
- ]
- }
|