是否合成的配置文件

  /// <summary>
        /// 是否合成的配置文件
        /// </summary>
        public bool? IsMapperBridge { get; set; }

表单结构

{
  "table": {
    "columns": {

    }
  },
  "form": {
    "columns": {

    }
  }
}

表单页签



    "tabs": [
      {
        "tabId": 1,
        "attrs": {
          "label": "基本信息"
        },
        "rows": []
      },
      {
        "tabId": 13,
        "attrs": {
          "label": "运营信息"
        },
        "rows": []
      },
      {
        "tabId": 2,
        "attrs": {
          "label": "职员信息"
        },
        "rows": []
      },
      {
        "tabId": 3,
        "attrs": {
          "label": "审核状态"
        },
        "rows": []
      },
      {
        "tabId": 7,
        "attrs": {
          "label": "地理位置",
          "lazy": true
        },
        "rows": []
      },
      {
        "tabId": 9,
        "attrs": {
          "label": "供应商"
        },
        "rows": []
      },
      {
        "tabId": 8,
        "attrs": {
          "label": "扩展属性"
        },
        "rows": []
      },
      {
        "tabId": 4,
        "attrs": {
          "label": "内容概述"
        },
        "rows": []
      }
    ],
    "rows": [
      {
        "rowId": 1,
        "attrs": {
          "label": "基本信息"
        },
        "meta": {
          "tabId": 1
        },
        "columns": []
      },
      {
        "rowId": 13,
        "attrs": {
          "label": "运营信息"
        },
        "meta": {
          "tabId": 13
        },
        "columns": []
      },
      {
        "rowId": 2,
        "attrs": {
          "label": "职员信息"
        },
        "meta": {
          "tabId": 2
        },
        "columns": []
      },
      {
        "rowId": 3,
        "attrs": {
          "label": "审核状态"
        },
        "meta": {
          "tabId": 3
        },
        "columns": []
      },
      {
        "rowId": 7,
        "attrs": {
          "label": "经纬度"
        },
        "meta": {
          "tabId": 7
        },
        "columns": []
      },
      {
        "rowId": 9,
        "attrs": {
          "label": "供应商"
        },
        "meta": {
          "tabId": 9
        },
        "columns": []
      },
      {
        "rowId": 8,
        "attrs": {
          "label": "扩展属性"
        },
        "meta": {
          "tabId": 8
        },
        "columns": []
      },
      {
        "rowId": 4,
        "attrs": {
          "label": "内容概述"
        },
        "meta": {
          "tabId": 4
        },
        "columns": []
      }
    ],
文档更新时间: 2023-01-31 12:43   作者:admin