{
  "columns": {
    //#retion 图片地址
    "url": {
      "extendAlias": "image",
      "tableId": 1,
      "field": "url",
      "dataType": "varchar",
      "title": "图片地址",
      "remark": "文件地址,图片路径,返回时候添加上http地址,入库时候去掉http地址",
      "name": "url",
      "alias": "url",
      "isData": true,
      "isList": true,
      "maxLength": 200
    },
    //#endretion 图片地址
    "objectId": {
      "title": "所属对象ID",
      //子表情况 主表和子表字段不一致,来源主表的主键字段
      "primaryFields": [
        "commId"
      ]
    },
    "objectType": {
      "title": "对象类别",
      // 默认值设置
      "editPropertie": {
        "defaultValue": "mall_commodity"
      }
    },
    "id": {
      "fieldSort": 9999,
      "extendAlias": "primary",
      "tableId": 1,
      "dataType": "varchar",
      "title": "文件编号",
      "remark": "文件编号:32位 guid",
      "guidMethod": "GUID_32",
      "isRequired": true,
      "isData": true,
      "filter": {
        "isMust": false
      },
      "field": "id",
      "name": "id",
      "alias": "id",
      "isDate": false,
      "isPrimary": true,
      "isIdentity": false,
      "maxLength": 50
    },
    "sysId": {
      "title": "所属系统"
    },
    "name": {
      "title": "文件名称"
    },
    "size": {
      "title": "文件大小",
      "unit": "KB"
    },
    "suffix": {
      "title": "文件后缀名 (.docx)"
    },
    "isImg": {
      "title": "是否图片",
      "editPropertie": {
        // 默认图片
        "defaultValue": 1
      }
    },
    "isEnabled": {
      "title": "可用状态"
    },
    "sort": {
      "title": "排序"
    },
    //#region 下拉框配置
    "position": {
      "title": "显示位置",
      "filter": {
        "method": "eq"
      },
      "editPropertie": {
        "showMethodOut": "kv",
        "showMethod": "text",
        "type": null,
        "format": null,
        "defaultValue": 0
      },
      "pagePropertie": {
        "showMethodOut": "kv",
        "showMethod": "text",
        "type": null,
        "format": null,
        "defaultValue": null
      },
      "dimJoin": {
        "fromDimField": "positionApp",
        "allFilter": ""
      }
    },
    //#endregion 下拉框配置
    "isDefault": {
      "title": "是否默认"
    }
  }
}
文档更新时间: 2022-02-04 16:00   作者:admin