add:stage
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"well_kd_wellbore_ideas01": {
|
||||
"name": "井筒",
|
||||
"id":"well_kd_wellbore_ideas01",
|
||||
"keywords":[
|
||||
"wb",
|
||||
"wb_dr",
|
||||
"wb_ml",
|
||||
"wb_wl",
|
||||
"wb_tp",
|
||||
"wb_dh",
|
||||
"wb_fr"
|
||||
]
|
||||
},
|
||||
"geo_kd_res_ideas01": {
|
||||
"name": "采油气",
|
||||
"id":"geo_kd_res_ideas01",
|
||||
"keywords":[
|
||||
"pc",
|
||||
"pc_op",
|
||||
"pc_oe",
|
||||
"pc_ge"
|
||||
]
|
||||
},
|
||||
"kd_cr_ideas01": {
|
||||
"name": "分析化验",
|
||||
"id": "kd_cr_ideas01",
|
||||
"keywords":[
|
||||
"cr",
|
||||
"cr_se"
|
||||
]
|
||||
},
|
||||
"kd_rs_ideas01": {
|
||||
"name": "油气藏",
|
||||
"id": "kd_cr_ideas01",
|
||||
"keywords":[
|
||||
"rs",
|
||||
"rs_rd",
|
||||
"rs_rm",
|
||||
"rs_gs",
|
||||
"rs_in"
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
+165
-165
@@ -1,12 +1,12 @@
|
||||
{
|
||||
code: 0,
|
||||
message: "操作处理成功",
|
||||
data: {
|
||||
$id: "https://schema.ideas.cnpc/json/business-data/cd_completion.1.0.0.json",
|
||||
type: "Object",
|
||||
title: "井筒生产层段",
|
||||
schema: "http://json-schema.org/draft-07/schema#",
|
||||
required: [
|
||||
"code": 0,
|
||||
"message": "操作处理成功",
|
||||
"data": {
|
||||
"$id": "https://schema.ideas.cnpc/json/business-data/cd_completion.1.0.0.json",
|
||||
"type": "Object",
|
||||
"title": "井筒生产层段",
|
||||
"schema": "http://json-schema.org/draft-07/schema#",
|
||||
"required": [
|
||||
"bsflag",
|
||||
"completionName",
|
||||
"createUserId",
|
||||
@@ -19,215 +19,215 @@
|
||||
"updateDate",
|
||||
"completionId"
|
||||
],
|
||||
identityId: [
|
||||
"identityId": [
|
||||
"dsid"
|
||||
],
|
||||
naturalKey: [
|
||||
"naturalKey": [
|
||||
"wellboreCommonName",
|
||||
"completionName"
|
||||
],
|
||||
properties: {
|
||||
dsid: {
|
||||
type: "string",
|
||||
title: "DSID",
|
||||
description: "主键ID"
|
||||
"properties": {
|
||||
"dsid": {
|
||||
"type": "string",
|
||||
"title": "DSID",
|
||||
"description": "主键ID"
|
||||
},
|
||||
topMd: {
|
||||
type: "number",
|
||||
title: "井筒生产层段顶深",
|
||||
description: "井筒生产层段顶深"
|
||||
"topMd": {
|
||||
"type": "number",
|
||||
"title": "井筒生产层段顶深",
|
||||
"description": "井筒生产层段顶深"
|
||||
},
|
||||
bsflag: {
|
||||
type: "number",
|
||||
title: "删除标识",
|
||||
description: "填写数据逻辑删除标识,1=在用,-5=废弃"
|
||||
"bsflag": {
|
||||
"type": "number",
|
||||
"title": "删除标识",
|
||||
"description": "填写数据逻辑删除标识,1=在用,-5=废弃"
|
||||
},
|
||||
wellId: {
|
||||
type: "string",
|
||||
title: "井ID",
|
||||
description: "井号",
|
||||
x-osdu-relationship: [
|
||||
"wellId": {
|
||||
"type": "string",
|
||||
"title": "井ID",
|
||||
"description": "井号",
|
||||
"x-osdu-relationship": [
|
||||
{
|
||||
entityType: "cd_well.1.0.0/wellId",
|
||||
relationType: "PK"
|
||||
"entityType": "cd_well.1.0.0/wellId",
|
||||
"relationType": "PK"
|
||||
}
|
||||
]
|
||||
},
|
||||
dateEnd: {
|
||||
type: "date",
|
||||
title: "停用时间",
|
||||
description: "停用时间"
|
||||
"dateEnd": {
|
||||
"type": "date",
|
||||
"title": "停用时间",
|
||||
"description": "停用时间"
|
||||
},
|
||||
remarks: {
|
||||
type: "string",
|
||||
title: "备注",
|
||||
description: "备注"
|
||||
"remarks": {
|
||||
"type": "string",
|
||||
"title": "备注",
|
||||
"description": "备注"
|
||||
},
|
||||
bottomMd: {
|
||||
type: "number",
|
||||
title: "井筒生产层段底深",
|
||||
description: "井筒生产层段底深"
|
||||
"bottomMd": {
|
||||
"type": "number",
|
||||
"title": "井筒生产层段底深",
|
||||
"description": "井筒生产层段底深"
|
||||
},
|
||||
checkDate: {
|
||||
type: "date",
|
||||
title: "审核日期",
|
||||
description: "记录数据在本系统的审核时间,需精确到时分秒"
|
||||
"checkDate": {
|
||||
"type": "date",
|
||||
"title": "审核日期",
|
||||
"description": "记录数据在本系统的审核时间,需精确到时分秒"
|
||||
},
|
||||
dataGroup: {
|
||||
type: "string",
|
||||
title: "数据分组",
|
||||
description: "数据分组"
|
||||
"dataGroup": {
|
||||
"type": "string",
|
||||
"title": "数据分组",
|
||||
"description": "数据分组"
|
||||
},
|
||||
dateStart: {
|
||||
type: "date",
|
||||
title: "启用时间",
|
||||
description: "启用时间"
|
||||
"dateStart": {
|
||||
"type": "date",
|
||||
"title": "启用时间",
|
||||
"description": "启用时间"
|
||||
},
|
||||
projectId: {
|
||||
type: "string",
|
||||
title: "地质单元ID",
|
||||
description: "引用CD_GEO_UNIT表的逻辑主键字段PROJECT_ID,可以是勘探构造或油气田开发区块等各个级别的信息"
|
||||
"projectId": {
|
||||
"type": "string",
|
||||
"title": "地质单元ID",
|
||||
"description": "引用CD_GEO_UNIT表的逻辑主键字段PROJECT_ID,可以是勘探构造或油气田开发区块等各个级别的信息"
|
||||
},
|
||||
createDate: {
|
||||
type: "date",
|
||||
title: "创建日期",
|
||||
description: "记录数据在本系统的创建时间,需精确到时分秒"
|
||||
"createDate": {
|
||||
"type": "date",
|
||||
"title": "创建日期",
|
||||
"description": "记录数据在本系统的创建时间,需精确到时分秒"
|
||||
},
|
||||
dataRegion: {
|
||||
type: "string",
|
||||
title: "油田标识",
|
||||
description: "油田标识"
|
||||
"dataRegion": {
|
||||
"type": "string",
|
||||
"title": "油田标识",
|
||||
"description": "油田标识"
|
||||
},
|
||||
dataSource: {
|
||||
type: "string",
|
||||
title: "数据来源",
|
||||
description: "填写数据来源的表CODE"
|
||||
"dataSource": {
|
||||
"type": "string",
|
||||
"title": "数据来源",
|
||||
"description": "填写数据来源的表CODE"
|
||||
},
|
||||
updateDate: {
|
||||
type: "date",
|
||||
title: "更新日期",
|
||||
description: "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间"
|
||||
"updateDate": {
|
||||
"type": "date",
|
||||
"title": "更新日期",
|
||||
"description": "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间"
|
||||
},
|
||||
wellboreId: {
|
||||
type: "string",
|
||||
title: "井筒ID",
|
||||
description: "井筒ID",
|
||||
x-osdu-relationship: [
|
||||
"wellboreId": {
|
||||
"type": "string",
|
||||
"title": "井筒ID",
|
||||
"description": "井筒ID",
|
||||
"x-osdu-relationship": [
|
||||
{
|
||||
entityType: "cd_wellbore.1.0.0/wellboreId",
|
||||
relationType: "PK"
|
||||
"entityType": "cd_wellbore.1.0.0/wellboreId",
|
||||
"relationType": "PK"
|
||||
}
|
||||
]
|
||||
},
|
||||
checkUserId: {
|
||||
type: "string",
|
||||
title: "审核用户",
|
||||
description: "记录数据在本系统的审核用户"
|
||||
"checkUserId": {
|
||||
"type": "string",
|
||||
"title": "审核用户",
|
||||
"description": "记录数据在本系统的审核用户"
|
||||
},
|
||||
createAppId: {
|
||||
type: "string",
|
||||
title: "创建应用",
|
||||
description: "填写数据来源的系统名"
|
||||
"createAppId": {
|
||||
"type": "string",
|
||||
"title": "创建应用",
|
||||
"description": "填写数据来源的系统名"
|
||||
},
|
||||
projectName: {
|
||||
type: "string",
|
||||
title: "地质单元名称",
|
||||
description: "地质单元名称,填写地质单元的中文名称,该名称在整个油田公司内不能重名"
|
||||
"projectName": {
|
||||
"type": "string",
|
||||
"title": "地质单元名称",
|
||||
"description": "地质单元名称,填写地质单元的中文名称,该名称在整个油田公司内不能重名"
|
||||
},
|
||||
completionId: {
|
||||
type: "string",
|
||||
title: "井筒生产层段ID",
|
||||
description: "井筒生产层段唯一标识码"
|
||||
"completionId": {
|
||||
"type": "string",
|
||||
"title": "井筒生产层段ID",
|
||||
"description": "井筒生产层段唯一标识码"
|
||||
},
|
||||
createUserId: {
|
||||
type: "string",
|
||||
title: "创建用户",
|
||||
description: "记录数据在本系统的创建用户"
|
||||
"createUserId": {
|
||||
"type": "string",
|
||||
"title": "创建用户",
|
||||
"description": "记录数据在本系统的创建用户"
|
||||
},
|
||||
sourceDataId: {
|
||||
type: "string",
|
||||
title: "源库ID标识",
|
||||
description: "存储数据来源的主键信息"
|
||||
"sourceDataId": {
|
||||
"type": "string",
|
||||
"title": "源库ID标识",
|
||||
"description": "存储数据来源的主键信息"
|
||||
},
|
||||
updateUserId: {
|
||||
type: "string",
|
||||
title: "更新用户",
|
||||
description: "记录数据在本系统最新的更新用户,默认=创建用户"
|
||||
"updateUserId": {
|
||||
"type": "string",
|
||||
"title": "更新用户",
|
||||
"description": "记录数据在本系统最新的更新用户,默认=创建用户"
|
||||
},
|
||||
completionName: {
|
||||
type: "string",
|
||||
title: "井筒生产层段名称",
|
||||
description: "当月层位"
|
||||
"completionName": {
|
||||
"type": "string",
|
||||
"title": "井筒生产层段名称",
|
||||
"description": "当月层位"
|
||||
},
|
||||
completionType: {
|
||||
type: "string",
|
||||
title: "井筒生产层段类别",
|
||||
description: "包括完井层段、生产层段两个代码值"
|
||||
"completionType": {
|
||||
"type": "string",
|
||||
"title": "井筒生产层段类别",
|
||||
"description": "包括完井层段、生产层段两个代码值"
|
||||
},
|
||||
wellCommonName: {
|
||||
type: "string",
|
||||
title: "井名",
|
||||
description: "井名",
|
||||
x-osdu-relationship: [
|
||||
"wellCommonName": {
|
||||
"type": "string",
|
||||
"title": "井名",
|
||||
"description": "井名",
|
||||
"x-osdu-relationship": [
|
||||
{
|
||||
entityType: "cd_well.1.0.0/wellCommonName"
|
||||
"entityType": "cd_well.1.0.0/wellCommonName"
|
||||
}
|
||||
]
|
||||
},
|
||||
drivingTypeCode: {
|
||||
type: "string",
|
||||
title: "驱动方式",
|
||||
description: "驱动方式"
|
||||
"drivingTypeCode": {
|
||||
"type": "string",
|
||||
"title": "驱动方式",
|
||||
"description": "驱动方式"
|
||||
},
|
||||
injectionMethod: {
|
||||
type: "string",
|
||||
title: "注入方式",
|
||||
description: "注入方式"
|
||||
"injectionMethod": {
|
||||
"type": "string",
|
||||
"title": "注入方式",
|
||||
"description": "注入方式"
|
||||
},
|
||||
completionMethod: {
|
||||
type: "string",
|
||||
title: "井筒生产层段完井方法",
|
||||
description: "属性规范值字段,引用属性代码COMPLETION_MODE下的属性值"
|
||||
"completionMethod": {
|
||||
"type": "string",
|
||||
"title": "井筒生产层段完井方法",
|
||||
"description": "属性规范值字段,引用属性代码COMPLETION_MODE下的属性值"
|
||||
},
|
||||
horizonEquenceNo: {
|
||||
type: "number",
|
||||
title: "井筒生产层段序号",
|
||||
description: "井筒生产层段序号"
|
||||
"horizonEquenceNo": {
|
||||
"type": "number",
|
||||
"title": "井筒生产层段序号",
|
||||
"description": "井筒生产层段序号"
|
||||
},
|
||||
sourceCreateDate: {
|
||||
type: "date",
|
||||
title: "源头数据采集时间",
|
||||
description: "记录源头系统采集数据的时间"
|
||||
"sourceCreateDate": {
|
||||
"type": "date",
|
||||
"title": "源头数据采集时间",
|
||||
"description": "记录源头系统采集数据的时间"
|
||||
},
|
||||
completionMethodId: {
|
||||
type: "string",
|
||||
title: "井筒生产层段完井方法ID",
|
||||
description: "属性规范值字段,引用属性代码COMPLETION_MODE下的属性值"
|
||||
"completionMethodId": {
|
||||
"type": "string",
|
||||
"title": "井筒生产层段完井方法ID",
|
||||
"description": "属性规范值字段,引用属性代码COMPLETION_MODE下的属性值"
|
||||
},
|
||||
regionCompletionId: {
|
||||
type: "string",
|
||||
title: "区域生产层段ID",
|
||||
description: "引用CD_REGION_COMPLETION表的逻辑主键字段REGION_COMPLETION_ID"
|
||||
"regionCompletionId": {
|
||||
"type": "string",
|
||||
"title": "区域生产层段ID",
|
||||
"description": "引用CD_REGION_COMPLETION表的逻辑主键字段REGION_COMPLETION_ID"
|
||||
},
|
||||
wellboreCommonName: {
|
||||
type: "string",
|
||||
title: "井筒名",
|
||||
description: "通用的井筒名",
|
||||
x-osdu-relationship: [
|
||||
"wellboreCommonName": {
|
||||
"type": "string",
|
||||
"title": "井筒名",
|
||||
"description": "通用的井筒名",
|
||||
"x-osdu-relationship": [
|
||||
{
|
||||
entityType: "cd_wellbore.1.0.0/wellboreCommonName"
|
||||
"entityType": "cd_wellbore.1.0.0/wellboreCommonName"
|
||||
}
|
||||
]
|
||||
},
|
||||
oilProductionMethod: {
|
||||
type: "string",
|
||||
title: "采油方式",
|
||||
description: "采油方式"
|
||||
"oilProductionMethod": {
|
||||
"type": "string",
|
||||
"title": "采油方式",
|
||||
"description": "采油方式"
|
||||
},
|
||||
regionCompletionName: {
|
||||
type: "string",
|
||||
title: "区域生产层段名称",
|
||||
description: "引用CD_REGION_COMPLETION表的字段COMPLETION_NAME"
|
||||
"regionCompletionName": {
|
||||
"type": "string",
|
||||
"title": "区域生产层段名称",
|
||||
"description": "引用CD_REGION_COMPLETION表的字段COMPLETION_NAME"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"code": 0,
|
||||
"message": "操作处理成功",
|
||||
"data": {
|
||||
"total": 2,
|
||||
"list": [
|
||||
{
|
||||
"dsid": "f8a9d7e6c5b4a3210f9e8d7c6b5a4321",
|
||||
"topMd": 3050.5,
|
||||
"bsflag": 1,
|
||||
"wellId": "WELL-001",
|
||||
"dateEnd": "2099-12-31T23:59:59Z",
|
||||
"remarks": "这是一条虚拟生成的测试数据。",
|
||||
"bottomMd": 3150.2,
|
||||
"checkDate": "2023-07-21T14:30:00Z",
|
||||
"dataGroup": "GroupA",
|
||||
"dateStart": "2020-01-15T00:00:00Z",
|
||||
"projectId": "PROJ-XYZ-789",
|
||||
"createDate": "2023-07-21T10:00:00Z",
|
||||
"dataRegion": "Dagang",
|
||||
"dataSource": "ManualInput",
|
||||
"updateDate": "2023-07-21T10:00:00Z",
|
||||
"wellboreId": "WB-001",
|
||||
"checkUserId": "auditor_02",
|
||||
"createAppId": "DataEntryApp",
|
||||
"projectName": "地质单元A",
|
||||
"completionId": "COMP-98765",
|
||||
"createUserId": "user_01",
|
||||
"sourceDataId": "SRC-DB-12345",
|
||||
"updateUserId": "user_01",
|
||||
"completionName": "K1q-1",
|
||||
"completionType": "生产层段",
|
||||
"wellCommonName": "Well-A2",
|
||||
"drivingTypeCode": "Natural",
|
||||
"injectionMethod": "N/A",
|
||||
"completionMethod": "射孔完井",
|
||||
"horizonEquenceNo": 1,
|
||||
"sourceCreateDate": "2023-07-20T09:00:00Z",
|
||||
"completionMethodId": "CM-02",
|
||||
"regionCompletionId": "RC-456",
|
||||
"wellboreCommonName": "Wellbore-A2-1",
|
||||
"oilProductionMethod": "自喷",
|
||||
"regionCompletionName": "区域生产层段 Alpha"
|
||||
},
|
||||
{
|
||||
"dsid": "a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
|
||||
"topMd": 3200.0,
|
||||
"bsflag": 1,
|
||||
"wellId": "WELL-002",
|
||||
"dateEnd": null,
|
||||
"remarks": "这是第二条虚拟生成的测试数据。",
|
||||
"bottomMd": 3300.0,
|
||||
"checkDate": "2023-08-01T11:00:00Z",
|
||||
"dataGroup": "GroupB",
|
||||
"dateStart": "2021-02-20T00:00:00Z",
|
||||
"projectId": "PROJ-ABC-123",
|
||||
"createDate": "2023-08-01T09:00:00Z",
|
||||
"dataRegion": "Jidong",
|
||||
"dataSource": "AutoFeed",
|
||||
"updateDate": "2023-08-01T09:00:00Z",
|
||||
"wellboreId": "WB-002",
|
||||
"checkUserId": "auditor_01",
|
||||
"createAppId": "DataSyncApp",
|
||||
"projectName": "地质单元B",
|
||||
"completionId": "COMP-54321",
|
||||
"createUserId": "user_02",
|
||||
"sourceDataId": "SRC-DB-67890",
|
||||
"updateUserId": "user_02",
|
||||
"completionName": "N2d-3",
|
||||
"completionType": "完井层段",
|
||||
"wellCommonName": "Well-B3",
|
||||
"drivingTypeCode": "Artificial",
|
||||
"injectionMethod": "Water",
|
||||
"completionMethod": "套管完井",
|
||||
"horizonEquenceNo": 2,
|
||||
"sourceCreateDate": "2023-07-31T08:30:00Z",
|
||||
"completionMethodId": "CM-01",
|
||||
"regionCompletionId": "RC-789",
|
||||
"wellboreCommonName": "Wellbore-B3-2",
|
||||
"oilProductionMethod": "抽油机",
|
||||
"regionCompletionName": "区域生产层段 Beta"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
+29
-29
@@ -1,40 +1,40 @@
|
||||
{
|
||||
code: 0,
|
||||
message: "操作处理成功",
|
||||
data: {
|
||||
records: [
|
||||
"code": 0,
|
||||
"message": "操作处理成功",
|
||||
"data": {
|
||||
"records": [
|
||||
{
|
||||
flow_state: "7",
|
||||
domain: "wb_ml",
|
||||
name: "lujing_test",
|
||||
add_tree: "Y",
|
||||
id: "lujing_test.1.0.0",
|
||||
create_user: "admin",
|
||||
title: "测试",
|
||||
type: "business-data",
|
||||
version: "1.0.0",
|
||||
update_date: "2025-07-01 14:34:58"
|
||||
"flow_state": "7",
|
||||
"domain": "wb_ml",
|
||||
"name": "lujing_test",
|
||||
"add_tree": "Y",
|
||||
"id": "lujing_test.1.0.0",
|
||||
"create_user": "admin",
|
||||
"title": "测试",
|
||||
"type": "business-data",
|
||||
"version": "1.0.0",
|
||||
"update_date": "2025-07-01 14:34:58"
|
||||
},
|
||||
{
|
||||
flow_state: "3",
|
||||
domain: "wb_dr",
|
||||
name: "wb_dr_pro_daily_report",
|
||||
add_tree: "Y",
|
||||
id: "wb_dr_pro_daily_report.1.0.0",
|
||||
create_user: "admin",
|
||||
title: "钻井日报数据",
|
||||
type: "business-data",
|
||||
version: "1.0.0",
|
||||
update_date: "2025-06-30 16:48:17",
|
||||
tags: [
|
||||
"flow_state": "3",
|
||||
"domain": "wb_dr",
|
||||
"name": "wb_dr_pro_daily_report",
|
||||
"add_tree": "Y",
|
||||
"id": "wb_dr_pro_daily_report.1.0.0",
|
||||
"create_user": "admin",
|
||||
"title": "钻井日报数据",
|
||||
"type": "business-data",
|
||||
"version": "1.0.0",
|
||||
"update_date": "2025-06-30 16:48:17",
|
||||
"tags": [
|
||||
"结构化数据"
|
||||
]
|
||||
}
|
||||
],
|
||||
total: 751,
|
||||
size: 2,
|
||||
current: 1,
|
||||
pages: 376
|
||||
"total": 751,
|
||||
"size": 2,
|
||||
"current": 1,
|
||||
"pages": 376
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user