java110
2021-08-06 b5e47a74ad88c453bf82fb8b870b69ac9d45503f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "autoMove": true,
  "id": "ifdId",
  "name": "importFeeDetail",
  "desc": "费用导入明细",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "shareName": "fee",
  "tableName": "import_fee_detail",
  "param": {
    "ifdId": "ifd_id",
    "floorNum": "floor_num",
    "unitNum": "unit_num",
    "roomNum": "room_num",
    "feeName": "fee_name",
    "startTime": "start_time",
    "endTime": "end_time",
    "amount": "amount",
    "roomId": "room_id",
    "feeId": "fee_id",
    "state": "state",
    "communityId": "community_id",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "ifdId",
      "msg": "费用导入明细不能为空"
    }
  ]
}