wfy
2021-09-14 cd33651deff9fff7e7d9651b766210771c075190
java110-generator/src/main/resources/newBack/template_1.json
@@ -1,78 +1,87 @@
{
  "autoMove": true,
  "id": "tranId",
  "name": "hcGovTranslate",
  "desc": "社区政务同步",
  "shareParam": "tranId",
  "shareColumn": "tran_id",
  "shareName": "common",
  "tableName": "hc_gov_translate",
  "param": {
    "tranId": "tran_id",
    "serviceCode": "service_code",
    "reqTime": "req_time",
    "sign": "sign",
    "extCommunityId": "ext_community_id",
    "communityId": "community_id",
    "code": "code",
    "govTopic": "gov_topic",
    "state": "state",
    "sendCount": "send_count",
    "updateTime": "update_time",
    "objId": "obj_id",
    "section": "section",
    "remark": "remark",
    "createTime": "create_time",
    "statusCd": "status_cd"
    "statusCd": "status_cd",
    "roomSubType": "room_sub_type",
    "roomArea": "room_area",
    "userId": "user_id",
    "roomId": "room_id",
    "layer": "layer",
    "feeCoefficient": "fee_coefficient",
    "builtUpArea": "built_up_area",
    "roomNum": "room_num",
    "unitId": "unit_id",
    "state": "state",
    "communityId": "community_id",
    "apartment": "apartment",
    "roomType": "room_type",
    "roomRent": "room_rent"
  },
  "name": "room",
  "shareColumn": "community_id",
  "id": "roomId",
  "shareName": "community",
  "autoMove": true,
  "required": [
    {
      "code": "tranId",
      "msg": "业务不能为空"
      "msg": "房屋ID不能为空",
      "code": "roomId"
    },
    {
      "code": "serviceCode",
      "msg": "审批内容不能为空"
      "msg": "房屋编号不能为空",
      "code": "roomNum"
    },
    {
      "code": "reqTime",
      "msg": "审批内容不能为空"
      "msg": "单元ID不能为空",
      "code": "unitId"
    },
    {
      "code": "sign",
      "msg": "审批内容不能为空"
      "msg": "层数不能为空",
      "code": "layer"
    },
    {
      "code": "extCommunityId",
      "msg": "审批内容不能为空"
      "msg": "户型不能为空",
      "code": "apartment"
    },
    {
      "code": "communityId",
      "msg": "审批内容不能为空"
      "msg": "建筑面积不能为空",
      "code": "builtUpArea"
    },
    {
      "code": "code",
      "msg": "审批内容不能为空"
      "msg": "算费系数不能为空",
      "code": "feeCoefficient"
    },
    {
      "code": "govTopic",
      "msg": "审批内容不能为空"
      "msg": "用户ID不能为空",
      "code": "userId"
    },
    {
      "code": "state",
      "msg": "审批内容不能为空"
      "msg": "数据状态,详细参考c_status表,S 保存,0, 在用 1失效不能为空",
      "code": "statusCd"
    },
    {
      "code": "sendCount",
      "msg": "审批内容不能为空"
      "msg": "房屋状态,如房屋出售等,请查看state 表不能为空",
      "code": "state"
    },
    {
      "code": "updateTime",
      "msg": "审批内容不能为空"
      "msg": "房屋类型不能为空",
      "code": "roomType"
    },
    {
      "code": "objId",
      "msg": "审批内容不能为空"
      "msg": "房屋类型 110 住宅房屋,119 办公室 120 宿舍不能为空",
      "code": "roomSubType"
    },
    {
      "msg": "室内面积不能为空",
      "code": "roomArea"
    },
    {
      "msg": "租金不能为空",
      "code": "roomRent"
    }
  ]
  ],
  "desc": "房屋",
  "shareParam": "communityId",
  "tableName": "building_room"
}