java110
2021-08-06 b5e47a74ad88c453bf82fb8b870b69ac9d45503f
java110-generator/src/main/resources/newBack/template_1.json
@@ -1,54 +1,47 @@
{
  "autoMove": true,
  "id": "detailId",
  "name": "accountBondObjDetail",
  "desc": "保证金明细",
  "shareParam": "detailId",
  "shareColumn": "detail_id",
  "shareName": "acct",
  "tableName": "account_bond_obj_detail",
  "id": "titleId",
  "name": "reportInfoSettingTitle",
  "desc": "进出上报题目设置",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "shareName": "report",
  "tableName": "report_info_setting_title",
  "param": {
    "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",
    "titleId": "title_id",
    "settingId": "setting_id",
    "title": "title",
    "titleType": "title_type",
    "seq": "seq",
    "communityId": "community_id",
    "createTime": "create_time",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "bobjId",
      "msg": "保证金ID不能为空"
      "code": "titleId",
      "msg": "合同ID不能为空"
    },
    {
      "code": "objId",
      "msg": "保证对象ID类型不能为空"
      "code": "settingId",
      "msg": "商户ID不能为空"
    },
    {
      "code": "bondType",
      "msg": "保证对象类型不能为空"
    },{
      "code": "receivableAmount",
      "msg": "应收金额不能为空"
    },{
      "code": "receivedAmount",
      "msg": "实收金额不能为空"
      "code": "title",
      "msg": "用户规格不能为空"
    },
    {
      "code": "state",
      "msg": "状态不能为空"
    },{
      "code": "startTime",
      "msg": "开始时间不能为空"
    },{
      "code": "endTime",
      "msg": "结束时间不能为空"
      "code": "titleType",
      "msg": "用户规格不能为空"
    },
    {
      "code": "seq",
      "msg": "用户规格不能为空"
    },
    {
      "code": "communityId",
      "msg": "用户规格不能为空"
    }
  ]
}
}