template_1.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "param": {
  3. "section": "section",
  4. "remark": "remark",
  5. "statusCd": "status_cd",
  6. "roomSubType": "room_sub_type",
  7. "roomArea": "room_area",
  8. "userId": "user_id",
  9. "roomId": "room_id",
  10. "layer": "layer",
  11. "feeCoefficient": "fee_coefficient",
  12. "builtUpArea": "built_up_area",
  13. "roomNum": "room_num",
  14. "unitId": "unit_id",
  15. "state": "state",
  16. "communityId": "community_id",
  17. "apartment": "apartment",
  18. "roomType": "room_type",
  19. "roomRent": "room_rent"
  20. },
  21. "name": "room",
  22. "shareColumn": "community_id",
  23. "id": "roomId",
  24. "shareName": "community",
  25. "autoMove": true,
  26. "required": [
  27. {
  28. "msg": "房屋ID不能为空",
  29. "code": "roomId"
  30. },
  31. {
  32. "msg": "房屋编号不能为空",
  33. "code": "roomNum"
  34. },
  35. {
  36. "msg": "单元ID不能为空",
  37. "code": "unitId"
  38. },
  39. {
  40. "msg": "层数不能为空",
  41. "code": "layer"
  42. },
  43. {
  44. "msg": "户型不能为空",
  45. "code": "apartment"
  46. },
  47. {
  48. "msg": "建筑面积不能为空",
  49. "code": "builtUpArea"
  50. },
  51. {
  52. "msg": "算费系数不能为空",
  53. "code": "feeCoefficient"
  54. },
  55. {
  56. "msg": "用户ID不能为空",
  57. "code": "userId"
  58. },
  59. {
  60. "msg": "数据状态,详细参考c_status表,S 保存,0, 在用 1失效不能为空",
  61. "code": "statusCd"
  62. },
  63. {
  64. "msg": "房屋状态,如房屋出售等,请查看state 表不能为空",
  65. "code": "state"
  66. },
  67. {
  68. "msg": "房屋类型不能为空",
  69. "code": "roomType"
  70. },
  71. {
  72. "msg": "房屋类型 110 住宅房屋,119 办公室 120 宿舍不能为空",
  73. "code": "roomSubType"
  74. },
  75. {
  76. "msg": "室内面积不能为空",
  77. "code": "roomArea"
  78. },
  79. {
  80. "msg": "租金不能为空",
  81. "code": "roomRent"
  82. }
  83. ],
  84. "desc": "房屋",
  85. "shareParam": "communityId",
  86. "tableName": "building_room"
  87. }