java110
2021-06-29 c8195a8a1c34b9fa8db9aa4dc340d4344044ce97
java110-generator/src/main/resources/newBack/template_1.json
old mode 100644 new mode 100755
@@ -1,26 +1,54 @@
{
  "autoMove": true,
  "id": "logId",
  "name": "machineTranslateError",
  "desc": "IOT同步错误日志记录",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "shareName": "common",
  "tableName": "machine_translate_error",
  "id": "detailId",
  "name": "accountBondObjDetail",
  "desc": "保证金明细",
  "shareParam": "detailId",
  "shareColumn": "detail_id",
  "shareName": "acct",
  "tableName": "account_bond_obj_detail",
  "param": {
    "logId": "log_id",
    "machineTranslateId": "machine_translate_id",
    "communityId": "community_id",
    "reqHeader": "req_header",
    "reqBody": "req_body",
    "resBody": "res_body",
    "detailId": "detail_id",
    "bobjId": "bobj_id",
    "objId": "obj_id",
    "bondType": "bond_type",
    "receivableAmount": "receivable_amount",
    "receivedAmount": "received_amount",
    "remark": "remark",
    "state": "state",
    "startTime": "start_time",
    "endTime": "end_time",
    "createTime": "create_time",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "logId",
      "msg": "ID不能为空"
      "code": "bobjId",
      "msg": "保证金ID不能为空"
    },
    {
      "code": "objId",
      "msg": "保证对象ID类型不能为空"
    },
    {
      "code": "bondType",
      "msg": "保证对象类型不能为空"
    },{
      "code": "receivableAmount",
      "msg": "应收金额不能为空"
    },{
      "code": "receivedAmount",
      "msg": "实收金额不能为空"
    },
    {
      "code": "state",
      "msg": "状态不能为空"
    },{
      "code": "startTime",
      "msg": "开始时间不能为空"
    },{
      "code": "endTime",
      "msg": "结束时间不能为空"
    }
  ]
}
}