java110
2021-08-31 dece32aeb6b9053e345fda5991a1671463e35e4d
java110-generator/src/main/resources/newBack/template_1.json
@@ -1,37 +1,34 @@
{
  "autoMove": true,
  "id": "bankId",
  "name": "accountBank",
  "desc": "开户行",
  "shareParam": "shopId",
  "shareColumn": "shop_id",
  "shareName": "acct",
  "tableName": "account_bank",
  "id": "dataId",
  "name": "oaWorkflowData",
  "desc": "OA表单审批数据",
  "shareParam": "storeId",
  "shareColumn": "store_id",
  "shareName": "oa",
  "tableName": "oa_workflow_data",
  "param": {
    "bankId": "bank_id",
    "bankCode": "bank_code",
    "personName": "person_name",
    "personTel": "person_tel",
    "bankName": "bank_name",
    "shopId": "shop_id",
    "createTime": "create_time",
    "dataId": "data_id",
    "businessKey": "business_key",
    "storeId": "store_id",
    "context": "context",
    "staffId": "staff_id",
    "staffName": "staff_name",
    "startTime": "start_time",
    "endTime": "end_time",
    "event": "event",
    "preDataId": "pre_data_id",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "bankCode",
      "msg": "账号不能为空"
      "code": "businessKey",
      "msg": "业务不能为空"
    },
    {
      "code": "personName",
      "msg": "持卡人名称不能为空"
    },
    {
      "code": "bankName",
      "msg": "开户行不能为空"
    },{
      "code": "shopId",
      "msg": "商铺ID不能为空"
      "code": "context",
      "msg": "审批内容不能为空"
    }
  ]
}
}