compliance/assets/doc/extracted_schemas/意向井靶点数据.json
2025-05-16 15:18:02 +08:00

153 lines
4.1 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": [
"dsid"
],
"identityId": [
"dsid"
],
"properties": {
"dsid": {
"type": "string",
"title": "主键id"
},
"bsflag": {
"type": "number",
"title": "逻辑删除标识表示该条记录在用或者已经失效1表示正常数据、-5表示废弃数据"
},
"remarks": {
"type": "string",
"title": "需要补充说明的内容"
},
"targetId": {
"type": "string",
"title": "靶点id"
},
"targetNo": {
"type": "number",
"title": "靶点序号"
},
"checkDate": {
"type": "string",
"title": "记录数据在本系统的审核时间,需精确到时分秒",
"format": "date-time"
},
"dataGroup": {
"type": "string",
"title": "数据分组"
},
"targetVer": {
"type": "number",
"title": "记录靶点方案版本信息"
},
"createDate": {
"type": "string",
"title": "记录数据在本系统的创建时间,需精确到时分秒",
"format": "date-time"
},
"createUser": {
"type": "string",
"title": "创建用户"
},
"dataRegion": {
"type": "string",
"title": "油田标识"
},
"eoSourceId": {
"type": "string",
"title": "交换源端id"
},
"targetName": {
"type": "string",
"title": "靶点名称"
},
"targetType": {
"type": "string",
"title": "靶点类型"
},
"updateDate": {
"type": "string",
"title": "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间",
"format": "date-time"
},
"updateUser": {
"type": "string",
"title": "更新用户"
},
"checkUserId": {
"type": "string",
"title": "记录数据在本系统的审核用户"
},
"createAppId": {
"type": "string",
"title": "填写数据来源的系统名"
},
"targetWidth": {
"type": "number",
"title": "靶区半高"
},
"designWellId": {
"type": "string",
"title": "意向井id"
},
"targetHeight": {
"type": "number",
"title": "靶区半长"
},
"targetRadius": {
"type": "number",
"title": "靶点半径"
},
"targetActualX": {
"type": "number",
"title": "靶点x"
},
"targetActualY": {
"type": "number",
"title": "靶点y"
},
"targetDistance": {
"type": "number",
"title": "靶点位移"
},
"targetElevation": {
"type": "number",
"title": "靶点海拔"
},
"targetFormation": {
"type": "string",
"title": "靶点层位"
},
"sourceCreateDate": {
"type": "string",
"title": "记录源头系统采集数据的时间",
"format": "date-time"
},
"targetLineNumber": {
"type": "string",
"title": "靶点线号"
},
"targetTraceNumber": {
"type": "string",
"title": "靶点道号"
},
"targetAzimuthAngle": {
"type": "number",
"title": "靶点方位角"
},
"targetSlantingDepth": {
"type": "number",
"title": "填靶点斜深"
},
"targetVerticalDepth": {
"type": "number",
"title": "填靶点垂深"
},
"targetInclinationAngle": {
"type": "number",
"title": "靶点倾角"
}
}
}