java110
2022-02-21 46eed722cd0431aa433bea2470b23015b8d83b3e
java110-generator/src/main/resources/web/template_1.json
@@ -1,67 +1,85 @@
{
  "templateKeyName": "组ID",
  "templateName": "报表组",
  "templateKeyName": "编号",
  "templateName": "镜像",
  "columns": [
    {
      "hasDefaultValue": false,
      "limitParam": "128",
      "limitParam": "64",
      "code": "name",
      "limitErrInfo": "组名称不能超过128",
      "cnCode": "组名称",
      "limitErrInfo": "镜像名称不能超过64",
      "cnCode": "镜像名称",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "必填,组名称"
      "desc": "必填,name"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "12",
      "code": "imagesType",
      "limitErrInfo": "镜像类型不能超过12",
      "cnCode": "镜像类型",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "必填,imagesType"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "512",
      "code": "url",
      "limitErrInfo": "组url不能超过512",
      "cnCode": "组url",
      "code": "typeUrl",
      "limitErrInfo": "类型地址不能超过512",
      "cnCode": "类型地址",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "必填,组url"
      "desc": "必填,typeUrl"
    },
    {
      "hasDefaultValue": false,
      "limitParam": "512",
      "code": "remark",
      "limitErrInfo": "描述不能超过512",
      "cnCode": "描述",
      "limitParam": "12",
      "code": "imagesFlag",
      "limitErrInfo": "镜像标识不能超过12",
      "cnCode": "镜像标识",
      "limit": "maxLength",
      "show": true,
      "inputType": "input",
      "required": true,
      "desc": "描述"
      "desc": "必填,imagesFlag"
    }
  ],
  "searchName": "组ID",
  "directories": "dev",
  "searchCode": "groupId",
  "templateCode": "reportCustomGroup",
  "searchName": "编号",
  "directories": "admin",
  "searchCode": "id",
  "templateCode": "businessImages",
  "conditions": [
    {
      "whereCondition": "equal",
      "code": "groupId",
      "name": "组ID",
      "code": "id",
      "name": "id",
      "inputType": "input"
    },
    {
      "whereCondition": "equal",
      "code": "name",
      "name": "组名称",
      "name": "name",
      "inputType": "input"
    },
    {
      "whereCondition": "equal",
      "code": "url",
      "name": "组url",
      "code": "imagesType",
      "name": "imagesType",
      "inputType": "input"
    },
    {
      "whereCondition": "equal",
      "code": "imagesFlag",
      "name": "imagesFlag",
      "inputType": "input"
    }
  ],
  "templateKey": "groupId"
}
  "templateKey": "id"
}