template_1.json 1007 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "param": {
  3. "yelowCarIn": "yelow_car_in",
  4. "fee": "fee",
  5. "tempCarIn": "temp_car_in",
  6. "boxName": "box_name",
  7. "remark": "remark",
  8. "statusCd": "status_cd",
  9. "communityId": "community_id",
  10. "blueCarIn": "blue_car_in",
  11. "boxId": "box_id"
  12. },
  13. "name": "parkingBox",
  14. "shareColumn": "community_id",
  15. "id": "boxId",
  16. "shareName": "community",
  17. "autoMove": true,
  18. "required": [
  19. {
  20. "msg": "岗亭名称不能为空",
  21. "code": "boxName"
  22. },
  23. {
  24. "msg": "小区ID不能为空",
  25. "code": "communityId"
  26. },
  27. {
  28. "msg": "临时车是否进场不能为空",
  29. "code": "tempCarIn"
  30. },
  31. {
  32. "msg": "岗亭是否不能为空",
  33. "code": "fee"
  34. },
  35. {
  36. "msg": "蓝牌车是否可以进场不能为空",
  37. "code": "blueCarIn"
  38. },
  39. {
  40. "msg": "黄牌车是否可以进场不能为空",
  41. "code": "yelowCarIn"
  42. }
  43. ],
  44. "desc": "岗亭",
  45. "shareParam": "communityId",
  46. "tableName": "parking_box"
  47. }