wfy
2021-09-18 0417d31de9980cbc1735daffffb308d050ce35b4
java110-generator/src/main/resources/web/template_1.json
@@ -1,134 +1,68 @@
{
  "templateName":"短信配置",
  "templateCode":"smsConfig",
  "templateKey":"smsId",
  "templateKeyName":"短信编号",
  "searchCode": "smsId",
  "searchName": "短信编号",
  "templateName":"收据模板",
  "directories": "property",
  "templateCode":"feePrintPage",
  "templateKey":"pageId",
  "templateKeyName":"收据ID",
  "searchCode": "pageId",
  "searchName": "收据ID",
  "conditions": [
    {
      "name": "活动标题",
      "inputType": "input",
      "code": "title",
      "whereCondition": "equal"
      "whereCondition": "equal",
      "code": "pageId",
      "name": "页面ID",
      "inputType": "input"
    },
    {
      "whereCondition": "equal",
      "code": "pageName",
      "name": "名称",
      "inputType": "input"
    },
    {
      "whereCondition": "equal",
      "code": "state",
      "name": "状态",
      "inputType": "input"
    }
  ],
  "columns":[
  "columns": [
    {
      "code":"smsType",
      "cnCode":"短信商",
      "desc":"必填,请填写短信商",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "select",
      "selectValue":"ALI,TECENT",
      "selectValueName":"阿里,腾讯",
      "limit":"maxin",
      "limitParam":"1,20",
      "limitErrInfo":"短信商超长了",
      "show": true
    },
    {
      "code": "smsBusi",
      "cnCode":"短信业务",
      "desc":"必填,请填写短信业务",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "select",
      "selectValue":"1001,2002",
      "selectValueName":"欠费催缴,工单通知",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"短信业务格式有误",
      "show": true
    },
    {
      "code": "templateCode",
      "cnCode":"短信模板",
      "desc":"必填,请填写短信模板",
      "required":true,
      "hasDefaultValue":false,
      "hasDefaultValue": false,
      "limitParam": "128",
      "code": "pageName",
      "limitErrInfo": "名称不能超过128",
      "cnCode": "名称",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "limit":"maxLength",
      "limitParam":"64",
      "limitErrInfo":"短信模板超过64位",
      "show": true
      "required": true,
      "desc": "必填,名称"
    },
    {
      "code": "signName",
      "cnCode":"短信签名",
      "desc":"必填,请填写短信签名",
      "required":true,
      "hasDefaultValue":false,
      "hasDefaultValue": false,
      "limitParam": "30",
      "code": "communityId",
      "limitErrInfo": "小区ID不能超过30",
      "cnCode": "小区ID",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "limit":"maxLength",
      "limitParam":"128",
      "limitErrInfo":"短信签名超过128位",
      "show": true
      "required": true,
      "desc": "必填,小区ID"
    },
    {
      "code": "accessSecret",
      "cnCode":"短信秘钥",
      "desc":"必填,请填写短信秘钥",
      "required":true,
      "hasDefaultValue":false,
      "hasDefaultValue": false,
      "limitParam": "512",
      "code": "pageUrl",
      "limitErrInfo": "收据页面不能超过512",
      "cnCode": "收据页面",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "limit":"maxLength",
      "limitParam":"128",
      "limitErrInfo":"短信秘钥超过128位",
      "show": true
    },
    {
      "code": "accessKeyId",
      "cnCode":"访问KEY",
      "desc":"必填,请填写访问KEY",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"maxLength",
      "limitParam":"128",
      "limitErrInfo":"访问KEY超过128位",
      "show": true
    },
    {
      "code": "region",
      "cnCode":"区域",
      "desc":"必填,请填写区域",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"maxLength",
      "limitParam":"64",
      "limitErrInfo":"区域超过64位",
      "show": true
    },
    {
      "code": "logSwitch",
      "cnCode":"日志",
      "desc":"必填,请填写日志",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "select",
      "selectValue":"ON,OFF",
      "selectValueName":"记录,不记录",
      "limit":"maxLength",
      "limitParam":"20",
      "limitErrInfo":"日志格式有误",
      "show": true
    },
    {
      "code":"remark",
      "cnCode":"备注",
      "desc":"可填,请填写备注",
      "required":false,
      "hasDefaultValue":false,
      "defaultValue":"",
      "inputType":"input",
      "limit":"maxLength",
      "limitParam":"200",
      "limitErrInfo":"备注内容不能超过200",
      "show": false
      "required": true,
      "desc": "必填,收据页面"
    }
  ]
}
}