{ "$id": "https://schema.ideas.cnpc/json/business-data/x_dh_ops_job_daily.1.0.0.json", "type": "Object", "title": "井下作业日报", "schema": "http://json-schema.org/draft-07/schema#", "required": [ "dataRegion", "jobDailyId", "dsid", "wellboreId", "prodDate", "wellCommonName", "wellboreCommonName", "wellId" ], "identityId": [ "dsid" ], "naturalKey": [ "wellId", "wellboreId", "startTime" ], "properties": { "dsid": { "type": "string", "title": "DSID", "description": "主键ID" }, "bsflag": { "type": "number", "title": "删除标识", "description": "逻辑删除标识,表示该条记录在用或者已经失效,1表示正常数据、-5表示废弃数据" }, "wellId": { "type": "string", "title": "井ID", "description": "井ID", "x-osdu-relationship": [ { "entityType": "cd_well.1.0.0/wellId", "relationType": "PK" } ] }, "endTime": { "type": "date", "title": "结束时间", "description": "日报记录的结束时间" }, "remarks": { "type": "string", "title": "备注", "description": "需要补充说明的内容" }, "inflTime": { "type": "number", "title": "影响时数", "description": "影响时数" }, "prodDate": { "type": "date", "title": "日期", "description": "日报日期" }, "checkDate": { "type": "date", "title": "审核日期", "description": "记录数据在本系统的审核时间,需精确到时分秒" }, "dataGroup": { "type": "string", "title": "数据分组", "description": "数据分组" }, "dateStart": { "type": "date", "title": "开工日期", "description": "填写本次作业的开工日期" }, "startTime": { "type": "date", "title": "开始时间", "description": "日报记录的开始时间" }, "createDate": { "type": "date", "title": "创建日期", "description": "记录数据在本系统的创建时间,需精确到时分秒" }, "dataRegion": { "type": "string", "title": "油田标识", "description": "油田标识" }, "dataSource": { "type": "string", "title": "数据来源", "description": "填写数据来源的表CODE" }, "jobDailyId": { "type": "string", "title": "井下作业日报ID", "description": "主键ID" }, "updateDate": { "type": "date", "title": "更新日期", "description": "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间" }, "wellboreId": { "type": "string", "title": "井筒ID", "description": "井筒ID", "x-osdu-relationship": [ { "entityType": "cd_wellbore.1.0.0/wellboreId", "relationType": "PK" } ] }, "checkUserId": { "type": "string", "title": "审核用户", "description": "记录数据在本系统的审核用户" }, "createAppId": { "type": "string", "title": "创建应用", "description": "填写数据来源的系统名" }, "serviceUnit": { "type": "string", "title": "服务单位", "description": "填写该日所以服务单位及队伍名称" }, "unifyTaskId": { "type": "string", "title": "统一任务ID", "description": "引用\"PM_TASK\"表的主键" }, "createUserId": { "type": "string", "title": "创建用户", "description": "记录数据在本系统的创建用户" }, "sourceDataId": { "type": "string", "title": "源库ID标识", "description": "存储数据来源的主键信息" }, "updateUserId": { "type": "string", "title": "更新用户", "description": "记录数据在本系统最新的更新用户,默认=创建用户" }, "wellCommonName": { "type": "string", "title": "井名", "description": "钻井工程设计井名", "x-osdu-relationship": [ { "entityType": "cd_well.1.0.0/wellCommonName" } ] }, "constuctionTeam": { "type": "string", "title": "施工队伍", "description": "填写施工单位及队伍名称" }, "sourceCreateDate": { "type": "date", "title": "源头数据采集时间", "description": "记录源头系统采集数据的时间" }, "constrDescription": { "type": "string", "title": "施工简述", "description": "填写施工全过程" }, "constuctionPurpose": { "type": "string", "title": "施工目的", "description": "填写本次作业的施工目的" }, "wellboreCommonName": { "type": "string", "title": "井筒名", "description": "钻井工程设计井筒名", "x-osdu-relationship": [ { "entityType": "cd_wellbore.1.0.0/wellboreCommonName" } ] } } }