2025-05-16 15:18:02 +08:00

89 lines
2.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"type": "object",
"title": "井眼轨迹",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"trajectoryId"
],
"properties": {
"bsflag": {
"type": "string",
"title": "逻辑修改时间",
"format": "date-time"
},
"mainId": {
"type": "string",
"title": "外键kyCommonWell井表信息"
},
"wellDx": {
"type": "number",
"title": "东西位移(m)"
},
"wellDy": {
"type": "number",
"title": "南北位移(m)"
},
"aziRate": {
"type": "number",
"title": "方位变化率"
},
"incRate": {
"type": "number",
"title": "井斜变化率"
},
"spudinNo": {
"type": "integer",
"title": "开次"
},
"createDate": {
"type": "string",
"title": "创建时间",
"format": "date-time"
},
"createUser": {
"type": "string",
"title": "创建者"
},
"updateDate": {
"type": "string",
"title": "修改时间",
"format": "date-time"
},
"updateUser": {
"type": "string",
"title": "修改者"
},
"doglegAngle": {
"type": "number",
"title": "狗腿角(°/30m"
},
"azimuthAngle": {
"type": "number",
"title": "方位角(o)"
},
"trajectoryId": {
"type": "string",
"title": "主键"
},
"measuredDepth": {
"type": "number",
"title": "测深(m)"
},
"verticalDepth": {
"type": "number",
"title": "垂深(m)"
},
"closureAzimuth": {
"type": "number",
"title": "闭合方位(°)"
},
"inclinationAngle": {
"type": "number",
"title": "井斜角(o)"
},
"horizontalDisplacement": {
"type": "number",
"title": "水平位移m"
}
}
}