Browse Source

增加BDTP交付范围相关接口说明

linhuili 2 years ago
parent
commit
87525b1e8e
1 changed files with 14 additions and 4 deletions
  1. 14 4
      docs/rwd/api.md

+ 14 - 4
docs/rwd/api.md

@@ -5510,8 +5510,9 @@ POST请求
             “code”:"ACCCCA",
             "objType": "equipment",
             "deliveryType": 0,
+            "isDelivery": 1,
             "instanceScope":"玻璃栏杆、常规栏杆",
-            "deliveryRelation":"同时交付配电控制箱",
+            "associationRelation":"同时交付配电控制箱",
             "remark":"***",
             "valid": 1,
             "creationTime": 1628733867000,
@@ -5533,8 +5534,9 @@ POST请求
 | code         | 否       | 对象类型编码                            |
 | objType      | 否       | 对象类型                          |
 | deliveryType | 是       | 交付类型:0-项目交付 1-现场交付      |
+| isDelivery   | 是       | 是否交付 0-否 1-是           |
 | instanceScope| 否       | 交付范围:实例范围         |
-| deliveryRelation| 否    | 交付范围:依赖&关联         |
+| associationRelation| 否    | 交付范围:依赖&关联         |
 | remark       | 否       | 交付范围:备注         |
 | valid        | 是       | 合法标识,1-有效,0-无效            |
 | creator      | 否       | 创建人账号id                      |
@@ -5597,7 +5599,9 @@ POST请求
             “code”:"***",
             "classCode": "ACCCCA",
             "keyWord":0,
-            "deliveryScope":"***",
+            "deliveryType": 0,
+            "isDelivery": 1,
+            "instanceScope":"***",
             "dataSource":"***",
             "collectInfo":"***",
             "remark":"***",
@@ -5621,7 +5625,9 @@ POST请求
 | code         | 否       | 信息点编码                         |
 | classCode    | 否       | 类型编码                          |
 | keyWord      | 否       | 是否为关键信息点 0-否 1-是(台账详情使用)|
-| deliveryScope| 否       | 交付范围                          |
+| deliveryType | 是       | 交付类型:0-项目交付 1-现场交付      |
+| isDelivery   | 是       | 是否交付 0-否 1-是                |
+| instanceScope| 否       | 交付实例范围                      |
 | dataSource   | 否       | 交付数据来源                      |
 | collectInfo  | 否       | 现场收集信息                      |
 | remark       | 否       | 备注                             |
@@ -5683,12 +5689,14 @@ POST请求
             "id": "***",
             "groupCode":"***",
             “projectId”:"***",
+            "deliveryType":0
             “sourceTypeCodes”:["***"],
             "endTypeCodes": ["***"],
             "graphCode":"***",
             "relCode":"***",
             "collectInfo":"***",
             "automaticFlag":0,
+            "pipeUse":"***",
             "remark":"***",
             "valid": 1,
             "creationTime": 1628733867000,
@@ -5706,11 +5714,13 @@ POST请求
 | id              | 是       | 32位UUID                          |
 | groupCode       | 否       | 集团编码                           |
 | projectId       | 是       | 项目id                            |
+| deliveryType    | 是       | 交付类型:0-项目交付 1-现场交付       |
 | sourceTypeCodes | 否       | 源端对象类型编码                    |
 | endTypeCodes    | 否       | 末端对象类型编码                    |
 | graphCode       | 是       | 图类型编码                         |
 | relCode         | 是       | 边类型编码                         |
 | automaticFlag   | 否       | 计算方式:0-手动计算 1-自动计算       |
+| pipeUse         | 否       | 管道用途                          |
 | remark          | 否       | 备注                             |
 | valid           | 是       | 合法标识,1-有效,0-无效             |
 | creator         | 否       | 创建人账号id                      |