Commit a6606bee714ed193816038ae89720ab183ab8334

Authored by zhangmeiyang
1 parent dd7da5e9

docs(config): 添加生产字段配置文档

- 新增业务费用项配置说明
- 添加应收单、收款单、收款退款单配置示例
- 包含结算方式与业务类型组合的详细映射
- 提供账套配置JSON结构说明
- 完善各类单据字段配置规则
Showing 1 changed file with 1773 additions and 0 deletions
doc/生产字段配置.md 0 → 100644
  1 +# 业务费用项配置(采用 结算方式+"-"+"业务")
  2 +
  3 +```
  4 +ORDER_PAY(1, "订单支付")
  5 +ORDER_REFUND(2, "订单退款")
  6 +OUT_ORDER_FEE(3, "订单佣金(出)")
  7 +IN_ORDER_FEE(4, "订单佣金(入)")
  8 +BUY_MEMBER(5, "会员购买")
  9 +ONLINE_RECHARGE(6, "在线充值")
  10 +PLAT_WITHDRAW(7, "平台提现")
  11 +```
  12 +
  13 +## 应收单
  14 +
  15 +```json
  16 +[
  17 + {
  18 + "configValue": "1-1",
  19 + "configMapValue": "CI061"
  20 + },
  21 + {
  22 + "configValue": "2-1",
  23 + "configMapValue": "CI061"
  24 + },
  25 + {
  26 + "configValue": "3-1",
  27 + "configMapValue": "CI061"
  28 + },
  29 + {
  30 + "configValue": "4-1",
  31 + "configMapValue": "CI061"
  32 + },
  33 + {
  34 + "configValue": "5-1",
  35 + "configMapValue": "CI061"
  36 + },
  37 + {
  38 + "configValue": "6-1",
  39 + "configMapValue": "CI061"
  40 + },
  41 + {
  42 + "configValue": "7-1",
  43 + "configMapValue": "CI061"
  44 + },
  45 + {
  46 + "configValue": "8-1",
  47 + "configMapValue": "CI061"
  48 + },
  49 + {
  50 + "configValue": "9-1",
  51 + "configMapValue": "CI061"
  52 + },
  53 + {
  54 + "configValue": "10-1",
  55 + "configMapValue": "CI061"
  56 + },
  57 + {
  58 + "configValue": "11-1",
  59 + "configMapValue": "CI061"
  60 + },
  61 + {
  62 + "configValue": "12-1",
  63 + "configMapValue": "CI061"
  64 + },
  65 + {
  66 + "configValue": "20-1",
  67 + "configMapValue": "CI061"
  68 + },
  69 + {
  70 + "configValue": "1-2",
  71 + "configMapValue": "CI061"
  72 + },
  73 + {
  74 + "configValue": "2-2",
  75 + "configMapValue": "CI061"
  76 + },
  77 + {
  78 + "configValue": "3-2",
  79 + "configMapValue": "CI061"
  80 + },
  81 + {
  82 + "configValue": "4-2",
  83 + "configMapValue": "CI061"
  84 + },
  85 + {
  86 + "configValue": "5-2",
  87 + "configMapValue": "CI061"
  88 + },
  89 + {
  90 + "configValue": "6-2",
  91 + "configMapValue": "CI061"
  92 + },
  93 + {
  94 + "configValue": "7-2",
  95 + "configMapValue": "CI061"
  96 + },
  97 + {
  98 + "configValue": "8-2",
  99 + "configMapValue": "CI061"
  100 + },
  101 + {
  102 + "configValue": "9-2",
  103 + "configMapValue": "CI061"
  104 + },
  105 + {
  106 + "configValue": "10-2",
  107 + "configMapValue": "CI061"
  108 + },
  109 + {
  110 + "configValue": "11-2",
  111 + "configMapValue": "CI061"
  112 + },
  113 + {
  114 + "configValue": "12-2",
  115 + "configMapValue": "CI061"
  116 + },
  117 + {
  118 + "configValue": "20-2",
  119 + "configMapValue": "CI061"
  120 + },
  121 + {
  122 + "configValue": "1-3",
  123 + "configMapValue": "CI180"
  124 + },
  125 + {
  126 + "configValue": "2-3",
  127 + "configMapValue": "CI180"
  128 + },
  129 + {
  130 + "configValue": "3-3",
  131 + "configMapValue": "CI180"
  132 + },
  133 + {
  134 + "configValue": "4-3",
  135 + "configMapValue": "CI180"
  136 + },
  137 + {
  138 + "configValue": "5-3",
  139 + "configMapValue": "CI180"
  140 + },
  141 + {
  142 + "configValue": "6-3",
  143 + "configMapValue": "CI180"
  144 + },
  145 + {
  146 + "configValue": "7-3",
  147 + "configMapValue": "CI180"
  148 + },
  149 + {
  150 + "configValue": "8-3",
  151 + "configMapValue": "CI180"
  152 + },
  153 + {
  154 + "configValue": "9-3",
  155 + "configMapValue": "CI180"
  156 + },
  157 + {
  158 + "configValue": "10-3",
  159 + "configMapValue": "CI180"
  160 + },
  161 + {
  162 + "configValue": "11-3",
  163 + "configMapValue": "CI180"
  164 + },
  165 + {
  166 + "configValue": "12-3",
  167 + "configMapValue": "CI180"
  168 + },
  169 + {
  170 + "configValue": "20-3",
  171 + "configMapValue": "CI180"
  172 + },
  173 + {
  174 + "configValue": "1-4",
  175 + "configMapValue": "CI180"
  176 + },
  177 + {
  178 + "configValue": "2-4",
  179 + "configMapValue": "CI180"
  180 + },
  181 + {
  182 + "configValue": "3-4",
  183 + "configMapValue": "CI180"
  184 + },
  185 + {
  186 + "configValue": "4-4",
  187 + "configMapValue": "CI180"
  188 + },
  189 + {
  190 + "configValue": "5-4",
  191 + "configMapValue": "CI180"
  192 + },
  193 + {
  194 + "configValue": "6-4",
  195 + "configMapValue": "CI180"
  196 + },
  197 + {
  198 + "configValue": "7-4",
  199 + "configMapValue": "CI180"
  200 + },
  201 + {
  202 + "configValue": "8-4",
  203 + "configMapValue": "CI180"
  204 + },
  205 + {
  206 + "configValue": "9-4",
  207 + "configMapValue": "CI180"
  208 + },
  209 + {
  210 + "configValue": "10-4",
  211 + "configMapValue": "CI180"
  212 + },
  213 + {
  214 + "configValue": "11-4",
  215 + "configMapValue": "CI180"
  216 + },
  217 + {
  218 + "configValue": "12-4",
  219 + "configMapValue": "CI180"
  220 + },
  221 + {
  222 + "configValue": "20-4",
  223 + "configMapValue": "CI180"
  224 + },
  225 + {
  226 + "configValue": "1-5",
  227 + "configMapValue": "CI186"
  228 + },
  229 + {
  230 + "configValue": "2-5",
  231 + "configMapValue": "CI186"
  232 + },
  233 + {
  234 + "configValue": "3-5",
  235 + "configMapValue": "CI186"
  236 + },
  237 + {
  238 + "configValue": "4-5",
  239 + "configMapValue": "CI186"
  240 + },
  241 + {
  242 + "configValue": "5-5",
  243 + "configMapValue": "CI186"
  244 + },
  245 + {
  246 + "configValue": "6-5",
  247 + "configMapValue": "CI186"
  248 + },
  249 + {
  250 + "configValue": "7-5",
  251 + "configMapValue": "CI186"
  252 + },
  253 + {
  254 + "configValue": "8-5",
  255 + "configMapValue": "CI186"
  256 + },
  257 + {
  258 + "configValue": "9-5",
  259 + "configMapValue": "CI186"
  260 + },
  261 + {
  262 + "configValue": "10-5",
  263 + "configMapValue": "CI186"
  264 + },
  265 + {
  266 + "configValue": "11-5",
  267 + "configMapValue": "CI186"
  268 + },
  269 + {
  270 + "configValue": "12-5",
  271 + "configMapValue": "CI186"
  272 + },
  273 + {
  274 + "configValue": "20-5",
  275 + "configMapValue": "CI186"
  276 + }
  277 +]
  278 +```
  279 +
  280 +### 订单支付(CI061)
  281 +
  282 +```
  283 +1. 微信小程序支付 1-1
  284 +2. 支付宝,电脑网站支付 2-1
  285 +3. 微信扫码支付 3-1
  286 +4. 微信H5支付 4-1
  287 +5. 微信公众号支付 5-1
  288 +6. 支付宝H5支付 6-1
  289 +7. 支付宝APP支付 7-1
  290 +8. 微信APP支付 8-1
  291 +9. 余额支付 9-1
  292 +10. paypal支付 10-1
  293 +11. 平台余额支付 11-1
  294 +12. 商家余额支付 12-1
  295 +13. 园区卡支付 20-1
  296 +```
  297 +
  298 +### 订单退款(CI061)
  299 +
  300 +```
  301 +1. 微信小程序支付 1-2
  302 +2. 支付宝,电脑网站支付 2-2
  303 +3. 微信扫码支付 3-2
  304 +4. 微信H5支付 4-2
  305 +5. 微信公众号支付 5-2
  306 +6. 支付宝H5支付 6-2
  307 +7. 支付宝APP支付 7-2
  308 +8. 微信APP支付 8-2
  309 +9. 余额支付 9-2
  310 +10. paypal支付 10-2
  311 +11. 平台余额支付 11-2
  312 +12. 商家余额支付 12-2
  313 +13. 园区卡支付 20-2
  314 +```
  315 +
  316 +### 订单佣金(出)(CI180)
  317 +
  318 +```
  319 +1. 微信小程序支付 1-3
  320 +2. 支付宝,电脑网站支付 2-3
  321 +3. 微信扫码支付 3-3
  322 +4. 微信H5支付 4-3
  323 +5. 微信公众号支付 5-3
  324 +6. 支付宝H5支付 6-3
  325 +7. 支付宝APP支付 7-3
  326 +8. 微信APP支付 8-3
  327 +9. 余额支付 9-3
  328 +10. paypal支付 10-3
  329 +11. 平台余额支付 11-3
  330 +12. 商家余额支付 12-3
  331 +13. 园区卡支付 20-3
  332 +```
  333 +
  334 +### 订单佣金(入)(CI180)
  335 +
  336 +```
  337 +1. 微信小程序支付 1-4
  338 +2. 支付宝,电脑网站支付 2-4
  339 +3. 微信扫码支付 3-4
  340 +4. 微信H5支付 4-4
  341 +5. 微信公众号支付 5-4
  342 +6. 支付宝H5支付 6-4
  343 +7. 支付宝APP支付 7-4
  344 +8. 微信APP支付 8-4
  345 +9. 余额支付 9-4
  346 +10. paypal支付 10-4
  347 +11. 平台余额支付 11-4
  348 +12. 商家余额支付 12-4
  349 +13. 园区卡支付 20-4
  350 +```
  351 +
  352 +### 会员购买(CI186)
  353 +
  354 +```
  355 +1. 微信小程序支付 1-5
  356 +2. 支付宝,电脑网站支付 2-5
  357 +3. 微信扫码支付 3-5
  358 +4. 微信H5支付 4-5
  359 +5. 微信公众号支付 5-5
  360 +6. 支付宝H5支付 6-5
  361 +7. 支付宝APP支付 7-5
  362 +8. 微信APP支付 8-5
  363 +9. 余额支付 9-5
  364 +10. paypal支付 10-5
  365 +11. 平台余额支付 11-5
  366 +12. 商家余额支付 12-5
  367 +13. 园区卡支付 20-5
  368 +```
  369 +
  370 +## 收款单
  371 +
  372 +```json
  373 +[
  374 + {
  375 + "configValue": "1-1",
  376 + "configMapValue": "CI185"
  377 + },
  378 + {
  379 + "configValue": "2-1",
  380 + "configMapValue": "CI185"
  381 + },
  382 + {
  383 + "configValue": "3-1",
  384 + "configMapValue": "CI185"
  385 + },
  386 + {
  387 + "configValue": "4-1",
  388 + "configMapValue": "CI185"
  389 + },
  390 + {
  391 + "configValue": "5-1",
  392 + "configMapValue": "CI185"
  393 + },
  394 + {
  395 + "configValue": "6-1",
  396 + "configMapValue": "CI185"
  397 + },
  398 + {
  399 + "configValue": "7-1",
  400 + "configMapValue": "CI185"
  401 + },
  402 + {
  403 + "configValue": "8-1",
  404 + "configMapValue": "CI185"
  405 + },
  406 + {
  407 + "configValue": "9-1",
  408 + "configMapValue": "CI185"
  409 + },
  410 + {
  411 + "configValue": "10-1",
  412 + "configMapValue": "CI185"
  413 + },
  414 + {
  415 + "configValue": "11-1",
  416 + "configMapValue": "CI185"
  417 + },
  418 + {
  419 + "configValue": "12-1",
  420 + "configMapValue": "CI185"
  421 + },
  422 + {
  423 + "configValue": "20-1",
  424 + "configMapValue": "CI185"
  425 + },
  426 + {
  427 + "configValue": "1-6",
  428 + "configMapValue": "CI185"
  429 + },
  430 + {
  431 + "configValue": "2-6",
  432 + "configMapValue": "CI185"
  433 + },
  434 + {
  435 + "configValue": "3-6",
  436 + "configMapValue": "CI185"
  437 + },
  438 + {
  439 + "configValue": "4-6",
  440 + "configMapValue": "CI185"
  441 + },
  442 + {
  443 + "configValue": "5-6",
  444 + "configMapValue": "CI185"
  445 + },
  446 + {
  447 + "configValue": "6-6",
  448 + "configMapValue": "CI185"
  449 + },
  450 + {
  451 + "configValue": "7-6",
  452 + "configMapValue": "CI185"
  453 + },
  454 + {
  455 + "configValue": "8-6",
  456 + "configMapValue": "CI185"
  457 + },
  458 + {
  459 + "configValue": "9-6",
  460 + "configMapValue": "CI185"
  461 + },
  462 + {
  463 + "configValue": "10-6",
  464 + "configMapValue": "CI185"
  465 + },
  466 + {
  467 + "configValue": "11-6",
  468 + "configMapValue": "CI185"
  469 + },
  470 + {
  471 + "configValue": "12-6",
  472 + "configMapValue": "CI185"
  473 + },
  474 + {
  475 + "configValue": "20-6",
  476 + "configMapValue": "CI185"
  477 + }
  478 +]
  479 +```
  480 +
  481 +### 订单支付(CI185)
  482 +
  483 +```
  484 +1. 微信小程序支付 1-1
  485 +2. 支付宝,电脑网站支付 2-1
  486 +3. 微信扫码支付 3-1
  487 +4. 微信H5支付 4-1
  488 +5. 微信公众号支付 5-1
  489 +6. 支付宝H5支付 6-1
  490 +7. 支付宝APP支付 7-1
  491 +8. 微信APP支付 8-1
  492 +9. 余额支付 9-1
  493 +10. paypal支付 10-1
  494 +11. 平台余额支付 11-1
  495 +12. 商家余额支付 12-1
  496 +13. 园区卡支付 20-1
  497 +```
  498 +
  499 +### 在线充值(CI185)
  500 +
  501 +```
  502 +1. 微信小程序支付 1-6
  503 +2. 支付宝,电脑网站支付 2-6
  504 +3. 微信扫码支付 3-6
  505 +4. 微信H5支付 4-6
  506 +5. 微信公众号支付 5-6
  507 +6. 支付宝H5支付 6-6
  508 +7. 支付宝APP支付 7-6
  509 +8. 微信APP支付 8-6
  510 +9. 余额支付 9-6
  511 +10. paypal支付 10-6
  512 +11. 平台余额支付 11-6
  513 +12. 商家余额支付 12-6
  514 +13. 园区卡支付 20-6
  515 +```
  516 +
  517 +## 收款退款单
  518 +
  519 +```json
  520 +[
  521 + {
  522 + "configValue": "1-2",
  523 + "configMapValue": "CI185"
  524 + },
  525 + {
  526 + "configValue": "2-2",
  527 + "configMapValue": "CI185"
  528 + },
  529 + {
  530 + "configValue": "3-2",
  531 + "configMapValue": "CI185"
  532 + },
  533 + {
  534 + "configValue": "4-2",
  535 + "configMapValue": "CI185"
  536 + },
  537 + {
  538 + "configValue": "5-2",
  539 + "configMapValue": "CI185"
  540 + },
  541 + {
  542 + "configValue": "6-2",
  543 + "configMapValue": "CI185"
  544 + },
  545 + {
  546 + "configValue": "7-2",
  547 + "configMapValue": "CI185"
  548 + },
  549 + {
  550 + "configValue": "8-2",
  551 + "configMapValue": "CI185"
  552 + },
  553 + {
  554 + "configValue": "9-2",
  555 + "configMapValue": "CI185"
  556 + },
  557 + {
  558 + "configValue": "10-2",
  559 + "configMapValue": "CI185"
  560 + },
  561 + {
  562 + "configValue": "11-2",
  563 + "configMapValue": "CI185"
  564 + },
  565 + {
  566 + "configValue": "12-2",
  567 + "configMapValue": "CI185"
  568 + },
  569 + {
  570 + "configValue": "20-2",
  571 + "configMapValue": "CI185"
  572 + },
  573 + {
  574 + "configValue": "1-7",
  575 + "configMapValue": "CI185"
  576 + },
  577 + {
  578 + "configValue": "2-7",
  579 + "configMapValue": "CI185"
  580 + },
  581 + {
  582 + "configValue": "3-7",
  583 + "configMapValue": "CI185"
  584 + },
  585 + {
  586 + "configValue": "4-7",
  587 + "configMapValue": "CI185"
  588 + },
  589 + {
  590 + "configValue": "5-7",
  591 + "configMapValue": "CI185"
  592 + },
  593 + {
  594 + "configValue": "6-7",
  595 + "configMapValue": "CI185"
  596 + },
  597 + {
  598 + "configValue": "7-7",
  599 + "configMapValue": "CI185"
  600 + },
  601 + {
  602 + "configValue": "8-7",
  603 + "configMapValue": "CI185"
  604 + },
  605 + {
  606 + "configValue": "9-7",
  607 + "configMapValue": "CI185"
  608 + },
  609 + {
  610 + "configValue": "10-7",
  611 + "configMapValue": "CI185"
  612 + },
  613 + {
  614 + "configValue": "11-7",
  615 + "configMapValue": "CI185"
  616 + },
  617 + {
  618 + "configValue": "12-7",
  619 + "configMapValue": "CI185"
  620 + },
  621 + {
  622 + "configValue": "20-7",
  623 + "configMapValue": "CI185"
  624 + }
  625 +]
  626 +```
  627 +
  628 +### 订单退款(CI185)
  629 +
  630 +```
  631 +1. 微信小程序支付 1-2
  632 +2. 支付宝,电脑网站支付 2-2
  633 +3. 微信扫码支付 3-2
  634 +4. 微信H5支付 4-2
  635 +5. 微信公众号支付 5-2
  636 +6. 支付宝H5支付 6-2
  637 +7. 支付宝APP支付 7-2
  638 +8. 微信APP支付 8-2
  639 +9. 余额支付 9-2
  640 +10. paypal支付 10-2
  641 +11. 平台余额支付 11-2
  642 +12. 商家余额支付 12-2
  643 +13. 园区卡支付 20-2
  644 +```
  645 +
  646 +### 平台提现(CI185)
  647 +
  648 +```
  649 +1. 微信小程序支付 1-7
  650 +2. 支付宝,电脑网站支付 2-7
  651 +3. 微信扫码支付 3-7
  652 +4. 微信H5支付 4-7
  653 +5. 微信公众号支付 5-7
  654 +6. 支付宝H5支付 6-7
  655 +7. 支付宝APP支付 7-7
  656 +8. 微信APP支付 8-7
  657 +9. 余额支付 9-7
  658 +10. paypal支付 10-7
  659 +11. 平台余额支付 11-7
  660 +12. 商家余额支付 12-7
  661 +13. 园区卡支付 20-7
  662 +```
  663 +
  664 +## 1.账套配置JSON
  665 +
  666 +```json5
  667 +{
  668 + "group": "mall",
  669 + //固定
  670 + "entity": "9",
  671 + //商城对应租户id
  672 + "systemCode": "kingdee",
  673 + "name": "中瑞商城账套",
  674 + "code": "MALL_PIPELINE",
  675 + // 账套名称 mall+租户id
  676 + "params": {
  677 + "dCID": "66435fe720f1d3",
  678 + "appId": "293965_6+dDWztPVvgY1X1vX67BzbyEyLSc2tqL",
  679 + "userName": "市场",
  680 + "appSecret": "a384eaabf599461aa05d89ce4c366d27",
  681 + "serverUrl": "http://120.46.151.190/k3cloud/"
  682 + }
  683 +}
  684 +```
  685 +
  686 +## 2.应收单配置JSON
  687 +
  688 +### 2.1 settleOrg 结算组织
  689 +
  690 +```json
  691 +{
  692 + "pipelineId": 2,
  693 + "documentType": "AR_receivable",
  694 + "configKey": "settleOrg",
  695 + "settingFieldType": 1,
  696 + "dynamicValues": [
  697 + {
  698 + "configValue": "0",
  699 + "configMapValue": "101.02"
  700 + },
  701 + {
  702 + "configValue": "1",
  703 + "configMapValue": "101.02"
  704 + },
  705 + {
  706 + "configValue": "2",
  707 + "configMapValue": "101.02"
  708 + },
  709 + {
  710 + "configValue": "3",
  711 + "configMapValue": "101.02"
  712 + },
  713 + {
  714 + "configValue": "4",
  715 + "configMapValue": "101.02"
  716 + },
  717 + {
  718 + "configValue": "5",
  719 + "configMapValue": "101.02"
  720 + },
  721 + {
  722 + "configValue": "6",
  723 + "configMapValue": "101.02"
  724 + },
  725 + {
  726 + "configValue": "7",
  727 + "configMapValue": "101.02"
  728 + },
  729 + {
  730 + "configValue": "8",
  731 + "configMapValue": "101.02"
  732 + },
  733 + {
  734 + "configValue": "9",
  735 + "configMapValue": "101.02"
  736 + },
  737 + {
  738 + "configValue": "10",
  739 + "configMapValue": "101.02"
  740 + },
  741 + {
  742 + "configValue": "11",
  743 + "configMapValue": "101.02"
  744 + },
  745 + {
  746 + "configValue": "12",
  747 + "configMapValue": "101.02"
  748 + },
  749 + {
  750 + "configValue": "20",
  751 + "configMapValue": "101"
  752 + }
  753 + ]
  754 +}
  755 +```
  756 +
  757 +### 2.2 currency 币别
  758 +
  759 +```json
  760 +{
  761 + "pipelineId": 2,
  762 + "documentType": "AR_receivable",
  763 + "configKey": "currency",
  764 + "settingFieldType": 0,
  765 + "fixedValue": "PRE101"
  766 +}
  767 +```
  768 +
  769 +### 2.3 saleOrg 销售组织
  770 +
  771 +```json
  772 +{
  773 + "pipelineId": 2,
  774 + "documentType": "AR_receivable",
  775 + "configKey": "saleOrg",
  776 + "settingFieldType": 1,
  777 + "dynamicValues": [
  778 + {
  779 + "configValue": "0",
  780 + "configMapValue": "101.02"
  781 + },
  782 + {
  783 + "configValue": "1",
  784 + "configMapValue": "101.02"
  785 + },
  786 + {
  787 + "configValue": "2",
  788 + "configMapValue": "101.02"
  789 + },
  790 + {
  791 + "configValue": "3",
  792 + "configMapValue": "101.02"
  793 + },
  794 + {
  795 + "configValue": "4",
  796 + "configMapValue": "101.02"
  797 + },
  798 + {
  799 + "configValue": "5",
  800 + "configMapValue": "101.02"
  801 + },
  802 + {
  803 + "configValue": "6",
  804 + "configMapValue": "101.02"
  805 + },
  806 + {
  807 + "configValue": "7",
  808 + "configMapValue": "101.02"
  809 + },
  810 + {
  811 + "configValue": "8",
  812 + "configMapValue": "101.02"
  813 + },
  814 + {
  815 + "configValue": "9",
  816 + "configMapValue": "101.02"
  817 + },
  818 + {
  819 + "configValue": "10",
  820 + "configMapValue": "101.02"
  821 + },
  822 + {
  823 + "configValue": "11",
  824 + "configMapValue": "101.02"
  825 + },
  826 + {
  827 + "configValue": "12",
  828 + "configMapValue": "101.02"
  829 + },
  830 + {
  831 + "configValue": "20",
  832 + "configMapValue": "101"
  833 + }
  834 + ]
  835 +}
  836 +```
  837 +
  838 +### 2.4 businessType 业务类型
  839 +
  840 +```json
  841 +{
  842 + "pipelineId": 2,
  843 + "documentType": "AR_receivable",
  844 + "configKey": "businessType",
  845 + "settingFieldType": 0,
  846 + "fixedValue": "scfyys-001"
  847 +}
  848 +```
  849 +
  850 +### 2.5 standardCurrency 本位币
  851 +
  852 +```json
  853 +{
  854 + "pipelineId": 2,
  855 + "documentType": "AR_receivable",
  856 + "configKey": "standardCurrency",
  857 + "settingFieldType": 0,
  858 + "fixedValue": "PRE101"
  859 +}
  860 +```
  861 +
  862 +### 2.6 payOrg 收款组织
  863 +
  864 +```json
  865 +{
  866 + "pipelineId": 2,
  867 + "documentType": "AR_receivable",
  868 + "configKey": "payOrg",
  869 + "settingFieldType": 1,
  870 + "dynamicValues": [
  871 + {
  872 + "configValue": "0",
  873 + "configMapValue": "101.02"
  874 + },
  875 + {
  876 + "configValue": "1",
  877 + "configMapValue": "101.02"
  878 + },
  879 + {
  880 + "configValue": "2",
  881 + "configMapValue": "101.02"
  882 + },
  883 + {
  884 + "configValue": "3",
  885 + "configMapValue": "101.02"
  886 + },
  887 + {
  888 + "configValue": "4",
  889 + "configMapValue": "101.02"
  890 + },
  891 + {
  892 + "configValue": "5",
  893 + "configMapValue": "101.02"
  894 + },
  895 + {
  896 + "configValue": "6",
  897 + "configMapValue": "101.02"
  898 + },
  899 + {
  900 + "configValue": "7",
  901 + "configMapValue": "101.02"
  902 + },
  903 + {
  904 + "configValue": "8",
  905 + "configMapValue": "101.02"
  906 + },
  907 + {
  908 + "configValue": "9",
  909 + "configMapValue": "101.02"
  910 + },
  911 + {
  912 + "configValue": "10",
  913 + "configMapValue": "101.02"
  914 + },
  915 + {
  916 + "configValue": "11",
  917 + "configMapValue": "101.02"
  918 + },
  919 + {
  920 + "configValue": "12",
  921 + "configMapValue": "101.02"
  922 + },
  923 + {
  924 + "configValue": "20",
  925 + "configMapValue": "101"
  926 + }
  927 + ]
  928 +}
  929 +```
  930 +
  931 +### 2.7 chargeItemDept 费用承担部门
  932 +
  933 +```json
  934 +{
  935 + "pipelineId": 2,
  936 + "documentType": "AR_receivable",
  937 + "configKey": "chargeItemDept",
  938 + "settingFieldType": 0,
  939 + "fixedValue": "BM000098"
  940 +}
  941 +```
  942 +
  943 +### 2.8 saleDept 销售部门
  944 +
  945 +```json
  946 +{
  947 + "pipelineId": 2,
  948 + "documentType": "AR_receivable",
  949 + "configKey": "saleDept",
  950 + "settingFieldType": 1,
  951 + "dynamicValues": [
  952 + {
  953 + "configValue": "0",
  954 + "configMapValue": "BM000098"
  955 + },
  956 + {
  957 + "configValue": "1",
  958 + "configMapValue": "BM000098"
  959 + },
  960 + {
  961 + "configValue": "2",
  962 + "configMapValue": "BM000098"
  963 + },
  964 + {
  965 + "configValue": "3",
  966 + "configMapValue": "BM000098"
  967 + },
  968 + {
  969 + "configValue": "4",
  970 + "configMapValue": "BM000098"
  971 + },
  972 + {
  973 + "configValue": "5",
  974 + "configMapValue": "BM000098"
  975 + },
  976 + {
  977 + "configValue": "6",
  978 + "configMapValue": "BM000098"
  979 + },
  980 + {
  981 + "configValue": "7",
  982 + "configMapValue": "BM000098"
  983 + },
  984 + {
  985 + "configValue": "8",
  986 + "configMapValue": "BM000098"
  987 + },
  988 + {
  989 + "configValue": "9",
  990 + "configMapValue": "BM000098"
  991 + },
  992 + {
  993 + "configValue": "10",
  994 + "configMapValue": "BM000098"
  995 + },
  996 + {
  997 + "configValue": "11",
  998 + "configMapValue": "BM000098"
  999 + },
  1000 + {
  1001 + "configValue": "12",
  1002 + "configMapValue": "BM000098"
  1003 + },
  1004 + {
  1005 + "configValue": "20",
  1006 + "configMapValue": "BM000042"
  1007 + }
  1008 + ]
  1009 +}
  1010 +```
  1011 +
  1012 +### 2.9 chargeItem 费用项
  1013 +
  1014 +```json
  1015 +{
  1016 + "pipelineId": 2,
  1017 + "documentType": "AR_receivable",
  1018 + "configKey": "chargeItem",
  1019 + "settingFieldType": 1,
  1020 + "dynamicValues": [
  1021 + {
  1022 + "configValue": "1-1",
  1023 + "configMapValue": "CI061"
  1024 + },
  1025 + {
  1026 + "configValue": "2-1",
  1027 + "configMapValue": "CI061"
  1028 + },
  1029 + {
  1030 + "configValue": "3-1",
  1031 + "configMapValue": "CI061"
  1032 + },
  1033 + {
  1034 + "configValue": "4-1",
  1035 + "configMapValue": "CI061"
  1036 + },
  1037 + {
  1038 + "configValue": "5-1",
  1039 + "configMapValue": "CI061"
  1040 + },
  1041 + {
  1042 + "configValue": "6-1",
  1043 + "configMapValue": "CI061"
  1044 + },
  1045 + {
  1046 + "configValue": "7-1",
  1047 + "configMapValue": "CI061"
  1048 + },
  1049 + {
  1050 + "configValue": "8-1",
  1051 + "configMapValue": "CI061"
  1052 + },
  1053 + {
  1054 + "configValue": "9-1",
  1055 + "configMapValue": "CI061"
  1056 + },
  1057 + {
  1058 + "configValue": "10-1",
  1059 + "configMapValue": "CI061"
  1060 + },
  1061 + {
  1062 + "configValue": "11-1",
  1063 + "configMapValue": "CI061"
  1064 + },
  1065 + {
  1066 + "configValue": "12-1",
  1067 + "configMapValue": "CI061"
  1068 + },
  1069 + {
  1070 + "configValue": "20-1",
  1071 + "configMapValue": "CI061"
  1072 + },
  1073 + {
  1074 + "configValue": "1-2",
  1075 + "configMapValue": "CI061"
  1076 + },
  1077 + {
  1078 + "configValue": "2-2",
  1079 + "configMapValue": "CI061"
  1080 + },
  1081 + {
  1082 + "configValue": "3-2",
  1083 + "configMapValue": "CI061"
  1084 + },
  1085 + {
  1086 + "configValue": "4-2",
  1087 + "configMapValue": "CI061"
  1088 + },
  1089 + {
  1090 + "configValue": "5-2",
  1091 + "configMapValue": "CI061"
  1092 + },
  1093 + {
  1094 + "configValue": "6-2",
  1095 + "configMapValue": "CI061"
  1096 + },
  1097 + {
  1098 + "configValue": "7-2",
  1099 + "configMapValue": "CI061"
  1100 + },
  1101 + {
  1102 + "configValue": "8-2",
  1103 + "configMapValue": "CI061"
  1104 + },
  1105 + {
  1106 + "configValue": "9-2",
  1107 + "configMapValue": "CI061"
  1108 + },
  1109 + {
  1110 + "configValue": "10-2",
  1111 + "configMapValue": "CI061"
  1112 + },
  1113 + {
  1114 + "configValue": "11-2",
  1115 + "configMapValue": "CI061"
  1116 + },
  1117 + {
  1118 + "configValue": "12-2",
  1119 + "configMapValue": "CI061"
  1120 + },
  1121 + {
  1122 + "configValue": "20-2",
  1123 + "configMapValue": "CI061"
  1124 + },
  1125 + {
  1126 + "configValue": "1-3",
  1127 + "configMapValue": "CI180"
  1128 + },
  1129 + {
  1130 + "configValue": "2-3",
  1131 + "configMapValue": "CI180"
  1132 + },
  1133 + {
  1134 + "configValue": "3-3",
  1135 + "configMapValue": "CI180"
  1136 + },
  1137 + {
  1138 + "configValue": "4-3",
  1139 + "configMapValue": "CI180"
  1140 + },
  1141 + {
  1142 + "configValue": "5-3",
  1143 + "configMapValue": "CI180"
  1144 + },
  1145 + {
  1146 + "configValue": "6-3",
  1147 + "configMapValue": "CI180"
  1148 + },
  1149 + {
  1150 + "configValue": "7-3",
  1151 + "configMapValue": "CI180"
  1152 + },
  1153 + {
  1154 + "configValue": "8-3",
  1155 + "configMapValue": "CI180"
  1156 + },
  1157 + {
  1158 + "configValue": "9-3",
  1159 + "configMapValue": "CI180"
  1160 + },
  1161 + {
  1162 + "configValue": "10-3",
  1163 + "configMapValue": "CI180"
  1164 + },
  1165 + {
  1166 + "configValue": "11-3",
  1167 + "configMapValue": "CI180"
  1168 + },
  1169 + {
  1170 + "configValue": "12-3",
  1171 + "configMapValue": "CI180"
  1172 + },
  1173 + {
  1174 + "configValue": "20-3",
  1175 + "configMapValue": "CI180"
  1176 + },
  1177 + {
  1178 + "configValue": "1-4",
  1179 + "configMapValue": "CI180"
  1180 + },
  1181 + {
  1182 + "configValue": "2-4",
  1183 + "configMapValue": "CI180"
  1184 + },
  1185 + {
  1186 + "configValue": "3-4",
  1187 + "configMapValue": "CI180"
  1188 + },
  1189 + {
  1190 + "configValue": "4-4",
  1191 + "configMapValue": "CI180"
  1192 + },
  1193 + {
  1194 + "configValue": "5-4",
  1195 + "configMapValue": "CI180"
  1196 + },
  1197 + {
  1198 + "configValue": "6-4",
  1199 + "configMapValue": "CI180"
  1200 + },
  1201 + {
  1202 + "configValue": "7-4",
  1203 + "configMapValue": "CI180"
  1204 + },
  1205 + {
  1206 + "configValue": "8-4",
  1207 + "configMapValue": "CI180"
  1208 + },
  1209 + {
  1210 + "configValue": "9-4",
  1211 + "configMapValue": "CI180"
  1212 + },
  1213 + {
  1214 + "configValue": "10-4",
  1215 + "configMapValue": "CI180"
  1216 + },
  1217 + {
  1218 + "configValue": "11-4",
  1219 + "configMapValue": "CI180"
  1220 + },
  1221 + {
  1222 + "configValue": "12-4",
  1223 + "configMapValue": "CI180"
  1224 + },
  1225 + {
  1226 + "configValue": "20-4",
  1227 + "configMapValue": "CI180"
  1228 + },
  1229 + {
  1230 + "configValue": "1-5",
  1231 + "configMapValue": "CI186"
  1232 + },
  1233 + {
  1234 + "configValue": "2-5",
  1235 + "configMapValue": "CI186"
  1236 + },
  1237 + {
  1238 + "configValue": "3-5",
  1239 + "configMapValue": "CI186"
  1240 + },
  1241 + {
  1242 + "configValue": "4-5",
  1243 + "configMapValue": "CI186"
  1244 + },
  1245 + {
  1246 + "configValue": "5-5",
  1247 + "configMapValue": "CI186"
  1248 + },
  1249 + {
  1250 + "configValue": "6-5",
  1251 + "configMapValue": "CI186"
  1252 + },
  1253 + {
  1254 + "configValue": "7-5",
  1255 + "configMapValue": "CI186"
  1256 + },
  1257 + {
  1258 + "configValue": "8-5",
  1259 + "configMapValue": "CI186"
  1260 + },
  1261 + {
  1262 + "configValue": "9-5",
  1263 + "configMapValue": "CI186"
  1264 + },
  1265 + {
  1266 + "configValue": "10-5",
  1267 + "configMapValue": "CI186"
  1268 + },
  1269 + {
  1270 + "configValue": "11-5",
  1271 + "configMapValue": "CI186"
  1272 + },
  1273 + {
  1274 + "configValue": "12-5",
  1275 + "configMapValue": "CI186"
  1276 + },
  1277 + {
  1278 + "configValue": "20-5",
  1279 + "configMapValue": "CI186"
  1280 + }
  1281 + ]
  1282 +}
  1283 +```
  1284 +
  1285 +## 3.收款单配置JSON
  1286 +
  1287 +### 3.1 currency 币别
  1288 +
  1289 +```json
  1290 +{
  1291 + "pipelineId": 2,
  1292 + "documentType": "AR_RECEIVEBILL",
  1293 + "configKey": "currency",
  1294 + "settingFieldType": 0,
  1295 + "fixedValue": "PRE101"
  1296 +}
  1297 +```
  1298 +
  1299 +### 3.2 settleOrg 结算组织
  1300 +
  1301 +```json
  1302 +{
  1303 + "pipelineId": 2,
  1304 + "documentType": "AR_RECEIVEBILL",
  1305 + "configKey": "settleOrg",
  1306 + "settingFieldType": 0,
  1307 + "fixedValue": "101.02"
  1308 +}
  1309 +```
  1310 +
  1311 +### 3.3 saleOrg 销售组织
  1312 +
  1313 +```json
  1314 +{
  1315 + "pipelineId": 2,
  1316 + "documentType": "AR_RECEIVEBILL",
  1317 + "configKey": "saleOrg",
  1318 + "settingFieldType": 0,
  1319 + "fixedValue": "101.02"
  1320 +}
  1321 +```
  1322 +
  1323 +### 3.4 businessType 业务类型
  1324 +
  1325 +```json
  1326 +{
  1327 + "pipelineId": 2,
  1328 + "documentType": "AR_RECEIVEBILL",
  1329 + "configKey": "businessType",
  1330 + "settingFieldType": 0,
  1331 + "fixedValue": "zr002"
  1332 +}
  1333 +```
  1334 +
  1335 +### 3.5 contactType 往来单位类型
  1336 +
  1337 +```json
  1338 +{
  1339 + "pipelineId": 2,
  1340 + "documentType": "AR_RECEIVEBILL",
  1341 + "configKey": "contactType",
  1342 + "settingFieldType": 0,
  1343 + "fixedValue": "BD_Customer"
  1344 +}
  1345 +```
  1346 +
  1347 +### 3.6 payContactType 付款单位类型
  1348 +
  1349 +```json
  1350 +{
  1351 + "pipelineId": 2,
  1352 + "documentType": "AR_RECEIVEBILL",
  1353 + "configKey": "payContactType",
  1354 + "settingFieldType": 0,
  1355 + "fixedValue": "BD_Customer"
  1356 +}
  1357 +```
  1358 +
  1359 +### 3.7 payOrg 收款组织
  1360 +
  1361 +```json
  1362 +{
  1363 + "pipelineId": 2,
  1364 + "documentType": "AR_RECEIVEBILL",
  1365 + "configKey": "payOrg",
  1366 + "settingFieldType": 0,
  1367 + "fixedValue": "101.02"
  1368 +}
  1369 +```
  1370 +
  1371 +### 3.8 settleMethod 结算方式
  1372 +
  1373 +```json
  1374 +{
  1375 + "pipelineId": 2,
  1376 + "documentType": "AR_RECEIVEBILL",
  1377 + "configKey": "settleMethod",
  1378 + "settingFieldType": 0,
  1379 + "fixedValue": "JSFS04_SYS"
  1380 +}
  1381 +```
  1382 +
  1383 +### 3.9 receiveUsedFor 收款用途
  1384 +
  1385 +```json
  1386 +{
  1387 + "pipelineId": 2,
  1388 + "documentType": "AR_RECEIVEBILL",
  1389 + "configKey": "receiveUsedFor",
  1390 + "settingFieldType": 0,
  1391 + "fixedValue": "SFKYT02_SYS"
  1392 +}
  1393 +```
  1394 +
  1395 +### 3.10 chargeItemDept 费用承担部门
  1396 +
  1397 +```json
  1398 +{
  1399 + "pipelineId": 2,
  1400 + "documentType": "AR_RECEIVEBILL",
  1401 + "configKey": "chargeItemDept",
  1402 + "settingFieldType": 0,
  1403 + "fixedValue": "BM000098"
  1404 +}
  1405 +```
  1406 +
  1407 +### 3.11 chargeItem 费用项
  1408 +
  1409 +```json
  1410 +{
  1411 + "pipelineId": 2,
  1412 + "documentType": "AR_RECEIVEBILL",
  1413 + "configKey": "chargeItem",
  1414 + "settingFieldType": 1,
  1415 + "dynamicValues": [
  1416 + {
  1417 + "configValue": "1-1",
  1418 + "configMapValue": "CI185"
  1419 + },
  1420 + {
  1421 + "configValue": "2-1",
  1422 + "configMapValue": "CI185"
  1423 + },
  1424 + {
  1425 + "configValue": "3-1",
  1426 + "configMapValue": "CI185"
  1427 + },
  1428 + {
  1429 + "configValue": "4-1",
  1430 + "configMapValue": "CI185"
  1431 + },
  1432 + {
  1433 + "configValue": "5-1",
  1434 + "configMapValue": "CI185"
  1435 + },
  1436 + {
  1437 + "configValue": "6-1",
  1438 + "configMapValue": "CI185"
  1439 + },
  1440 + {
  1441 + "configValue": "7-1",
  1442 + "configMapValue": "CI185"
  1443 + },
  1444 + {
  1445 + "configValue": "8-1",
  1446 + "configMapValue": "CI185"
  1447 + },
  1448 + {
  1449 + "configValue": "9-1",
  1450 + "configMapValue": "CI185"
  1451 + },
  1452 + {
  1453 + "configValue": "10-1",
  1454 + "configMapValue": "CI185"
  1455 + },
  1456 + {
  1457 + "configValue": "11-1",
  1458 + "configMapValue": "CI185"
  1459 + },
  1460 + {
  1461 + "configValue": "12-1",
  1462 + "configMapValue": "CI185"
  1463 + },
  1464 + {
  1465 + "configValue": "20-1",
  1466 + "configMapValue": "CI185"
  1467 + },
  1468 + {
  1469 + "configValue": "1-6",
  1470 + "configMapValue": "CI185"
  1471 + },
  1472 + {
  1473 + "configValue": "2-6",
  1474 + "configMapValue": "CI185"
  1475 + },
  1476 + {
  1477 + "configValue": "3-6",
  1478 + "configMapValue": "CI185"
  1479 + },
  1480 + {
  1481 + "configValue": "4-6",
  1482 + "configMapValue": "CI185"
  1483 + },
  1484 + {
  1485 + "configValue": "5-6",
  1486 + "configMapValue": "CI185"
  1487 + },
  1488 + {
  1489 + "configValue": "6-6",
  1490 + "configMapValue": "CI185"
  1491 + },
  1492 + {
  1493 + "configValue": "7-6",
  1494 + "configMapValue": "CI185"
  1495 + },
  1496 + {
  1497 + "configValue": "8-6",
  1498 + "configMapValue": "CI185"
  1499 + },
  1500 + {
  1501 + "configValue": "9-6",
  1502 + "configMapValue": "CI185"
  1503 + },
  1504 + {
  1505 + "configValue": "10-6",
  1506 + "configMapValue": "CI185"
  1507 + },
  1508 + {
  1509 + "configValue": "11-6",
  1510 + "configMapValue": "CI185"
  1511 + },
  1512 + {
  1513 + "configValue": "12-6",
  1514 + "configMapValue": "CI185"
  1515 + },
  1516 + {
  1517 + "configValue": "20-6",
  1518 + "configMapValue": "CI185"
  1519 + }
  1520 + ]
  1521 +}
  1522 +```
  1523 +
  1524 +## 4.收款退款单配置JSON
  1525 +
  1526 +### 4.1 currency 币别
  1527 +
  1528 +```json
  1529 +{
  1530 + "pipelineId": 2,
  1531 + "documentType": "AR_REFUNDBILL",
  1532 + "configKey": "currency",
  1533 + "settingFieldType": 0,
  1534 + "fixedValue": "PRE101"
  1535 +}
  1536 +```
  1537 +
  1538 +### 4.2 settleOrg 结算组织
  1539 +
  1540 +```json
  1541 +{
  1542 + "pipelineId": 2,
  1543 + "documentType": "AR_REFUNDBILL",
  1544 + "configKey": "settleOrg",
  1545 + "settingFieldType": 0,
  1546 + "fixedValue": "101.02"
  1547 +}
  1548 +```
  1549 +
  1550 +### 4.3 saleOrg 销售组织
  1551 +
  1552 +```json
  1553 +{
  1554 + "pipelineId": 2,
  1555 + "documentType": "AR_REFUNDBILL",
  1556 + "configKey": "saleOrg",
  1557 + "settingFieldType": 0,
  1558 + "fixedValue": "101.02"
  1559 +}
  1560 +```
  1561 +
  1562 +### 4.4 businessType 业务类型
  1563 +
  1564 +```json
  1565 +{
  1566 + "pipelineId": 2,
  1567 + "documentType": "AR_REFUNDBILL",
  1568 + "configKey": "businessType",
  1569 + "settingFieldType": 0,
  1570 + "fixedValue": "SKTKDLX04_SYS"
  1571 +}
  1572 +```
  1573 +
  1574 +### 4.5 payOrg 收款组织
  1575 +
  1576 +```json
  1577 +{
  1578 + "pipelineId": 2,
  1579 + "documentType": "AR_REFUNDBILL",
  1580 + "configKey": "payOrg",
  1581 + "settingFieldType": 0,
  1582 + "fixedValue": "101.02"
  1583 +}
  1584 +```
  1585 +
  1586 +### 4.5 receiveContactType 收款单位类型
  1587 +
  1588 +```json
  1589 +{
  1590 + "pipelineId": 2,
  1591 + "documentType": "AR_REFUNDBILL",
  1592 + "configKey": "receiveContactType",
  1593 + "settingFieldType": 0,
  1594 + "fixedValue": "BD_Customer"
  1595 +}
  1596 +```
  1597 +
  1598 +### 4.6 contactType 往来单位类型
  1599 +
  1600 +```json
  1601 +{
  1602 + "pipelineId": 2,
  1603 + "documentType": "AR_REFUNDBILL",
  1604 + "configKey": "contactType",
  1605 + "settingFieldType": 0,
  1606 + "fixedValue": "BD_Customer"
  1607 +}
  1608 +```
  1609 +
  1610 +### 4.6 settleCurrency 结算币别
  1611 +
  1612 +```json
  1613 +{
  1614 + "pipelineId": 2,
  1615 + "documentType": "AR_REFUNDBILL",
  1616 + "configKey": "settleCurrency",
  1617 + "settingFieldType": 0,
  1618 + "fixedValue": "PRE101"
  1619 +}
  1620 +```
  1621 +
  1622 +### 4.7 settleMethod 结算方式
  1623 +
  1624 +```json
  1625 +{
  1626 + "pipelineId": 2,
  1627 + "documentType": "AR_REFUNDBILL",
  1628 + "configKey": "settleMethod",
  1629 + "settingFieldType": 0,
  1630 + "fixedValue": "JSFS04_SYS"
  1631 +}
  1632 +```
  1633 +
  1634 +### 4.8 receiveUsedFor 原收款用途
  1635 +
  1636 +```json
  1637 +{
  1638 + "pipelineId": 2,
  1639 + "documentType": "AR_REFUNDBILL",
  1640 + "configKey": "receiveUsedFor",
  1641 + "settingFieldType": 0,
  1642 + "fixedValue": "SFKYT02_SYS"
  1643 +}
  1644 +```
  1645 +
  1646 +### 4.9 chargeItemDept 费用承担部门
  1647 +
  1648 +```json
  1649 +{
  1650 + "pipelineId": 2,
  1651 + "documentType": "AR_REFUNDBILL",
  1652 + "configKey": "chargeItemDept",
  1653 + "settingFieldType": 0,
  1654 + "fixedValue": "BM000098"
  1655 +}
  1656 +```
  1657 +
  1658 +### 4.10 chargeItem 费用项
  1659 +
  1660 +```json
  1661 +{
  1662 + "pipelineId": 2,
  1663 + "documentType": "AR_REFUNDBILL",
  1664 + "configKey": "chargeItem",
  1665 + "settingFieldType": 1,
  1666 + "dynamicValues": [
  1667 + {
  1668 + "configValue": "1-2",
  1669 + "configMapValue": "CI185"
  1670 + },
  1671 + {
  1672 + "configValue": "2-2",
  1673 + "configMapValue": "CI185"
  1674 + },
  1675 + {
  1676 + "configValue": "3-2",
  1677 + "configMapValue": "CI185"
  1678 + },
  1679 + {
  1680 + "configValue": "4-2",
  1681 + "configMapValue": "CI185"
  1682 + },
  1683 + {
  1684 + "configValue": "5-2",
  1685 + "configMapValue": "CI185"
  1686 + },
  1687 + {
  1688 + "configValue": "6-2",
  1689 + "configMapValue": "CI185"
  1690 + },
  1691 + {
  1692 + "configValue": "7-2",
  1693 + "configMapValue": "CI185"
  1694 + },
  1695 + {
  1696 + "configValue": "8-2",
  1697 + "configMapValue": "CI185"
  1698 + },
  1699 + {
  1700 + "configValue": "9-2",
  1701 + "configMapValue": "CI185"
  1702 + },
  1703 + {
  1704 + "configValue": "10-2",
  1705 + "configMapValue": "CI185"
  1706 + },
  1707 + {
  1708 + "configValue": "11-2",
  1709 + "configMapValue": "CI185"
  1710 + },
  1711 + {
  1712 + "configValue": "12-2",
  1713 + "configMapValue": "CI185"
  1714 + },
  1715 + {
  1716 + "configValue": "20-2",
  1717 + "configMapValue": "CI185"
  1718 + },
  1719 + {
  1720 + "configValue": "1-7",
  1721 + "configMapValue": "CI185"
  1722 + },
  1723 + {
  1724 + "configValue": "2-7",
  1725 + "configMapValue": "CI185"
  1726 + },
  1727 + {
  1728 + "configValue": "3-7",
  1729 + "configMapValue": "CI185"
  1730 + },
  1731 + {
  1732 + "configValue": "4-7",
  1733 + "configMapValue": "CI185"
  1734 + },
  1735 + {
  1736 + "configValue": "5-7",
  1737 + "configMapValue": "CI185"
  1738 + },
  1739 + {
  1740 + "configValue": "6-7",
  1741 + "configMapValue": "CI185"
  1742 + },
  1743 + {
  1744 + "configValue": "7-7",
  1745 + "configMapValue": "CI185"
  1746 + },
  1747 + {
  1748 + "configValue": "8-7",
  1749 + "configMapValue": "CI185"
  1750 + },
  1751 + {
  1752 + "configValue": "9-7",
  1753 + "configMapValue": "CI185"
  1754 + },
  1755 + {
  1756 + "configValue": "10-7",
  1757 + "configMapValue": "CI185"
  1758 + },
  1759 + {
  1760 + "configValue": "11-7",
  1761 + "configMapValue": "CI185"
  1762 + },
  1763 + {
  1764 + "configValue": "12-7",
  1765 + "configMapValue": "CI185"
  1766 + },
  1767 + {
  1768 + "configValue": "20-7",
  1769 + "configMapValue": "CI185"
  1770 + }
  1771 + ]
  1772 +}
  1773 +```