java110
2021-06-28 25b217154933c77cf4c746c156f542a0bb4703e2
java110-generator/src/main/resources/web/template_1.json
@@ -1,60 +1,60 @@
{
  "templateName":"开户行",
  "templateCode":"accountBank",
  "templateKey":"bankId",
  "templateKeyName":"银行ID",
  "searchCode": "bankId",
  "searchName": "银行ID",
  "templateName":"保证金对象",
  "templateCode":"accountBondObj",
  "templateKey":"bobjId",
  "templateKeyName":"保证金对象ID",
  "searchCode": "bobjId",
  "searchName": "保证金对象ID",
  "directories": "acct",
  "conditions": [
  ],
  "columns":[
    {
      "code":"bankCode",
      "cnCode":"银行账号",
      "desc":"必填,请填写银行账号",
      "code":"bondId",
      "cnCode":"保证金",
      "desc":"必填,请填写保证金",
      "required":true,
      "hasDefaultValue":false,
      "inputType":"input",
      "limit":"maxin",
      "limitParam":"1,20",
      "limitErrInfo":"银行账号超长了",
      "limitErrInfo":"保证金名称超长了",
      "show": true
    },
    {
      "code": "personName",
      "cnCode":"持卡人",
      "desc":"必填,请填写持卡人",
      "code": "objId",
      "cnCode":"保证金对象ID",
      "desc":"必填,请填写保证金对象ID",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"maxLength",
      "limitParam":"20",
      "limitErrInfo":"持卡人名称不能超过20位",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"保证金金额格式有误",
      "show": true
    },
    {
      "code": "personTel",
      "cnCode":"手机号",
      "desc":"必填,请填写手机号",
      "code": "receivableAmount",
      "cnCode":"应收金额",
      "desc":"必填,请填写应收金额",
      "required":false,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"phone",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"电话格式错误",
      "limitErrInfo":"不是有效数字格式",
      "show": true
    },
    {
      "code": "bankName",
      "cnCode":"开户行",
      "desc":"必填,请填写开户行",
      "required":true,
      "code": "receivedAmount",
      "cnCode":"实收金额",
      "desc":"必填,请填写实收金额",
      "required":false,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"maxLength",
      "limitParam":"100",
      "limitErrInfo":"开户行名称不能超过100位",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"不是有效数字格式",
      "show": true
    }
  ]