java110
2020-05-16 a9193cfd5ae8d7fa7e0824b5f77e4deb72695dae
java110-code-generator/src/main/resources/web/template_1.json
@@ -1,154 +1,72 @@
{
  "templateName":"服务实现",
  "templateCode":"serviceImpl",
  "templateKey":"serviceBusinessId",
  "templateKeyName":"服务实现ID",
  "templateName":"小程序管理",
  "templateCode":"smallWeChat",
  "templateKey":"weChatId",
  "templateKeyName":"编码",
  "searchCode": "name",
  "searchName": "服务名称",
  "searchName": "小程序名称",
  "conditions": [
    {
      "name": "业务类型",
      "inputType": "input",
      "code": "businessTypeCd",
      "whereCondition": "equal"
    },
    {
      "name": "业务名称",
      "name": "小程序名称",
      "inputType": "input",
      "code": "name",
      "whereCondition": "like"
    },
    {
      "name": "调用方式",
      "inputType": "select",
      "code": "invokeType",
      "selectValue":"1,2,3",
      "selectValueName":"微服务POST方式,webservice方式,http post方式",
      "whereCondition": "equal"
    },
    {
      "name": "kafka主题",
      "name": "appId",
      "inputType": "input",
      "code": "messageTopic",
      "whereCondition": "like"
      "code": "appId",
      "whereCondition": "equal"
    }
  ],
  "columns":[
    {
      "code":"serviceBusinessId",
      "cnCode":"服务实现ID",
      "desc":"必填,请填写应用ID",
      "required":true,
      "hasDefaultValue":false,
      "inputType":"input",
      "limit":"maxLength",
      "limitParam":"50",
      "limitErrInfo":"服务实现ID不能超过50",
      "show": true
    },
    {
      "code":"businessTypeCd",
      "cnCode":"业务类型",
      "desc":"必填,请填写业务类型",
      "required":true,
      "hasDefaultValue":false,
      "inputType":"input",
      "limit":"maxin",
      "limitParam":"2,50",
      "limitErrInfo":"业务类型必须在2至50字符之间",
      "show": true
    },
    {
      "code":"name",
      "cnCode":"业务名称",
      "desc":"必填,请填写业务名称",
      "cnCode":"小程序名称",
      "desc":"必填,请填写小程序名称",
      "required":true,
      "hasDefaultValue":false,
      "inputType":"input",
      "limit":"maxin",
      "limitParam":"2,50",
      "limitErrInfo":"业务类型必须在2至50字符之间",
      "inputType": "input",
      "limit":"max",
      "limitParam":"1,100",
      "limitErrInfo":"小程序名称不能超过100位",
      "show": true
    },
    {
      "code":"invokeType",
      "cnCode":"调用类型",
      "desc":"必填,请填写调用类型",
      "code": "appId",
      "cnCode":"appId",
      "desc":"必填,请填写appId",
      "required":true,
      "hasDefaultValue":false,
      "inputType":"select",
      "selectValue":"1,2,3",
      "selectValueName":"微服务POST方式,webservice方式,http post方式",
      "inputType": "input",
      "limit":"maxin",
      "limitParam":"1,4",
      "limitErrInfo":"调用类型错误",
      "limitParam":"1,100",
      "limitErrInfo":"appId不能超过100位",
      "show": true
    },
    {
      "code":"url",
      "cnCode":"调用地址",
      "desc":"必填,请填写调用地址,为mapping 表中domain为DOMAIN.COMMON映射key",
      "code":"appSecret",
      "cnCode":"应用密钥",
      "desc":"必填,请填写应用密钥",
      "required":true,
      "hasDefaultValue":true,
      "defaultValue":"1000",
      "inputType":"input",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"调用次数错误",
      "show": false
    },
    {
      "code":"messageTopic",
      "cnCode":"kafka主题",
      "desc":"可填,请填写kafka主题",
      "required":false,
      "hasDefaultValue":false,
      "defaultValue":"",
      "inputType":"input",
      "limit":"maxLength",
      "limitParam":"50",
      "limitErrInfo":"kafka主题不能超过50",
      "show": false
      "inputType": "input",
      "limit":"maxin",
      "limitParam":"1,200",
      "limitErrInfo":"应用密钥不能超过200个字符",
      "show": true
    },
    {
      "code":"timeout",
      "cnCode":"超时时间",
      "desc":"必填,请填写超时时间",
      "code": "payPassword",
      "cnCode":"支付密码",
      "desc":"必填,请填写支付密码",
      "required":true,
      "hasDefaultValue":true,
      "defaultValue":60,
      "inputType":"input",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"超时时间必须为数字",
      "show": false
    },
    {
      "code":"retryCount",
      "cnCode":"重试次数",
      "desc":"必填,请填写重试次数",
      "required":true,
      "hasDefaultValue":true,
      "defaultValue":3,
      "inputType":"input",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"重试次数必须为数字",
      "show": false
    },
    {
      "code":"description",
      "cnCode":"描述",
      "desc":"可填,请填写描述",
      "required":false,
      "hasDefaultValue":false,
      "defaultValue":"",
      "inputType":"textarea",
      "limit":"maxLength",
      "limitParam":"200",
      "limitErrInfo":"备注内容不能超过200",
      "show": false
      "inputType": "input",
      "limit":"maxin",
      "limitParam":"1,200",
      "limitErrInfo":"支付密码不能超过200个字符",
      "show": true
    }
  ]
}