java110
2021-06-29 c8195a8a1c34b9fa8db9aa4dc340d4344044ce97
java110-generator/src/main/resources/newBack/template_1.json
old mode 100644 new mode 100755
@@ -1,28 +1,54 @@
{
  "autoMove": true,
  "id": "applyType",
  "name": "applyRoomDiscountType",
  "desc": "优惠申请类型",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "shareName": "fee",
  "tableName": "apply_room_discount_type",
  "id": "detailId",
  "name": "accountBondObjDetail",
  "desc": "保证金明细",
  "shareParam": "detailId",
  "shareColumn": "detail_id",
  "shareName": "acct",
  "tableName": "account_bond_obj_detail",
  "param": {
    "applyType": "apply_type",
    "communityId": "community_id",
    "typeName": "type_name",
    "typeDesc": "type_desc",
    "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": "communityId",
      "msg": "小区信息不能为空"
      "code": "bobjId",
      "msg": "保证金ID不能为空"
    },
    {
      "code": "typeName",
      "msg": "类型名称不能为空"
      "code": "objId",
      "msg": "保证对象ID类型不能为空"
    },
    {
      "code": "bondType",
      "msg": "保证对象类型不能为空"
    },{
      "code": "receivableAmount",
      "msg": "应收金额不能为空"
    },{
      "code": "receivedAmount",
      "msg": "实收金额不能为空"
    },
    {
      "code": "state",
      "msg": "状态不能为空"
    },{
      "code": "startTime",
      "msg": "开始时间不能为空"
    },{
      "code": "endTime",
      "msg": "结束时间不能为空"
    }
  ]
}
}