-  注意配置 showMethodOut 里面 sn
-     数据库值通常为主表主键的ID 
-     数据显示结构 
-  mapper_{mkey}__responsefield.json扩展配置
{
  "responseField": {
    "manager": {
      "columns": {
        "areaCode": {
          "detailPropertie": {
            "showMethodOut": "sn" // n v kv sn
            //"showMethod": "ChildString"
          },
          "addPropertie": {
          },
          "editPropertie": {
          },
          "pagePropertie": {
            "showMethodOut": "sn" // n v kv sn
            //"showMethod": "ChildString"
          },
          "listPropertie": {
          }
        }
      }
    },
    "manager_detail": {
      "columns": {
        "areaCode": {
          "detailPropertie": {
            "showMethodOut": "sn" // n v kv sn
          },
          "addPropertie": {
          },
          "editPropertie": {
          },
          "pagePropertie": {
            "showMethodOut": "sn" // n v kv sn
          },
          "listPropertie": {
          }
        }
      }
    }
  }
}
文档更新时间: 2021-06-26 08:00   作者:admin
