| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "param": {
- "yelowCarIn": "yelow_car_in",
- "fee": "fee",
- "tempCarIn": "temp_car_in",
- "boxName": "box_name",
- "remark": "remark",
- "statusCd": "status_cd",
- "communityId": "community_id",
- "blueCarIn": "blue_car_in",
- "boxId": "box_id"
- },
- "name": "parkingBox",
- "shareColumn": "community_id",
- "id": "boxId",
- "shareName": "community",
- "autoMove": true,
- "required": [
- {
- "msg": "岗亭名称不能为空",
- "code": "boxName"
- },
- {
- "msg": "小区ID不能为空",
- "code": "communityId"
- },
- {
- "msg": "临时车是否进场不能为空",
- "code": "tempCarIn"
- },
- {
- "msg": "岗亭是否不能为空",
- "code": "fee"
- },
- {
- "msg": "蓝牌车是否可以进场不能为空",
- "code": "blueCarIn"
- },
- {
- "msg": "黄牌车是否可以进场不能为空",
- "code": "yelowCarIn"
- }
- ],
- "desc": "岗亭",
- "shareParam": "communityId",
- "tableName": "parking_box"
- }
|