building.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813
  1. {
  2. "all":[
  3. {
  4. "firstTag":"",
  5. "secondTag":"",
  6. "infoPointName":"建筑体ID",
  7. "infoPointCode":"BuildID",
  8. "unit":"",
  9. "dataType":"Str",
  10. "inputMode":"X",
  11. "dataSource":"",
  12. "note":"",
  13. "func-id":""
  14. },
  15. {
  16. "firstTag":"",
  17. "secondTag":"",
  18. "infoPointName":"建筑体名称",
  19. "infoPointCode":"BuildName",
  20. "unit":"",
  21. "dataType":"Str",
  22. "inputMode":"X",
  23. "dataSource":"",
  24. "note":"",
  25. "func-id":""
  26. },
  27. {
  28. "firstTag":"基本信息",
  29. "secondTag":"",
  30. "infoPointName":"建筑本地编码",
  31. "infoPointCode":"BuildLocalID",
  32. "unit":"",
  33. "dataType":"Str",
  34. "inputMode":"B1",
  35. "dataSource":"",
  36. "note":"",
  37. "func-id":""
  38. },
  39. {
  40. "firstTag":"基本信息",
  41. "secondTag":"",
  42. "infoPointName":"建筑本地名称",
  43. "infoPointCode":"BuildLocalName",
  44. "unit":"",
  45. "dataType":"Str",
  46. "inputMode":"B1",
  47. "dataSource":"",
  48. "note":"",
  49. "func-id":""
  50. },
  51. {
  52. "firstTag":"基本信息",
  53. "secondTag":"",
  54. "infoPointName":"建筑本地编码2",
  55. "infoPointCode":"BuildLocalID2",
  56. "unit":"",
  57. "dataType":"Str",
  58. "inputMode":"B1",
  59. "dataSource":"",
  60. "note":"",
  61. "func-id":""
  62. },
  63. {
  64. "firstTag":"基本信息",
  65. "secondTag":"",
  66. "infoPointName":"建筑本地名称2",
  67. "infoPointCode":"BuildLocalName2",
  68. "unit":"",
  69. "dataType":"Str",
  70. "inputMode":"B1",
  71. "dataSource":"",
  72. "note":"",
  73. "func-id":""
  74. },
  75. {
  76. "firstTag":"基本信息",
  77. "secondTag":"",
  78. "infoPointName":"BIM模型中编码",
  79. "infoPointCode":"BIMID",
  80. "unit":"",
  81. "dataType":"Str",
  82. "inputMode":"N2",
  83. "dataSource":"",
  84. "note":"",
  85. "func-id":""
  86. },
  87. {
  88. "firstTag":"建筑信息",
  89. "secondTag":"建筑类型",
  90. "infoPointName":"建筑年代",
  91. "infoPointCode":"BuildAge",
  92. "unit":"",
  93. "dataType":"Time",
  94. "inputMode":"C5",
  95. "dataSource":"",
  96. "note":"",
  97. "func-id":""
  98. },
  99. {
  100. "firstTag":"建筑信息",
  101. "secondTag":"建筑类型",
  102. "infoPointName":"建筑功能类型",
  103. "infoPointCode":"BuildFuncType",
  104. "unit":"",
  105. "dataType":"Enum",
  106. "inputMode":"D1",
  107. "dataSource":"见《7建筑功能类型》",
  108. "note":"",
  109. "func-id":""
  110. },
  111. {
  112. "firstTag":"建筑信息",
  113. "secondTag":"建筑类型",
  114. "infoPointName":"空调类型",
  115. "infoPointCode":"ACType",
  116. "unit":"",
  117. "dataType":"Enum",
  118. "inputMode":"D1",
  119. "dataSource":[
  120. {
  121. "code":"1",
  122. "name":"中央空调系统"
  123. },
  124. {
  125. "code":"2",
  126. "name":"分散空调系统"
  127. },
  128. {
  129. "code":"3",
  130. "name":"混合系统"
  131. },
  132. {
  133. "code":"4",
  134. "name":"其他"
  135. }
  136. ],
  137. "note":"混合系统:中央空调负责面积或分散空调负责面积至少占空调总面积30%的情况",
  138. "func-id":""
  139. },
  140. {
  141. "firstTag":"建筑信息",
  142. "secondTag":"建筑类型",
  143. "infoPointName":"采暖类型",
  144. "infoPointCode":"HeatType",
  145. "unit":"",
  146. "dataType":"Enum",
  147. "inputMode":"D1",
  148. "dataSource":[
  149. {
  150. "code":"1",
  151. "name":"城市热网"
  152. },
  153. {
  154. "code":"2",
  155. "name":"锅炉"
  156. },
  157. {
  158. "code":"3",
  159. "name":"热泵"
  160. },
  161. {
  162. "code":"4",
  163. "name":"其他"
  164. }
  165. ],
  166. "note":"",
  167. "func-id":""
  168. },
  169. {
  170. "firstTag":"建筑信息",
  171. "secondTag":"建筑类型",
  172. "infoPointName":"绿建等级",
  173. "infoPointCode":"GreenBuildLev",
  174. "unit":"",
  175. "dataType":"Enum",
  176. "inputMode":"D1",
  177. "dataSource":[
  178. {
  179. "code":"1",
  180. "name":"无"
  181. },
  182. {
  183. "code":"2",
  184. "name":"一星级"
  185. },
  186. {
  187. "code":"3",
  188. "name":"二星级"
  189. },
  190. {
  191. "code":"3",
  192. "name":"三星级"
  193. },
  194. {
  195. "code":"4",
  196. "name":"其他"
  197. }
  198. ],
  199. "note":"",
  200. "func-id":""
  201. },
  202. {
  203. "firstTag":"建筑信息",
  204. "secondTag":"建筑类型",
  205. "infoPointName":"文字简介",
  206. "infoPointCode":"Intro",
  207. "unit":"",
  208. "dataType":"Str",
  209. "inputMode":"B2",
  210. "dataSource":"",
  211. "note":"",
  212. "func-id":""
  213. },
  214. {
  215. "firstTag":"建筑信息",
  216. "secondTag":"建筑类型",
  217. "infoPointName":"建筑图片",
  218. "infoPointCode":"Pic",
  219. "unit":"",
  220. "dataType":"Attachment",
  221. "inputMode":"F2",
  222. "dataSource":"",
  223. "note":"",
  224. "func-id":""
  225. },
  226. {
  227. "firstTag":"建筑信息",
  228. "secondTag":"设计指标",
  229. "infoPointName":"单位面积设计冷量",
  230. "infoPointCode":"DesignCoolLoadIndex",
  231. "unit":"W\/m²",
  232. "dataType":"Num",
  233. "inputMode":"A2",
  234. "dataSource":"",
  235. "note":"",
  236. "func-id":""
  237. },
  238. {
  239. "firstTag":"建筑信息",
  240. "secondTag":"设计指标",
  241. "infoPointName":"单位面积设计热量",
  242. "infoPointCode":"DesignHeatLoadIndex",
  243. "unit":"W\/m²",
  244. "dataType":"Num",
  245. "inputMode":"A2",
  246. "dataSource":"",
  247. "note":"",
  248. "func-id":""
  249. },
  250. {
  251. "firstTag":"建筑信息",
  252. "secondTag":"设计指标",
  253. "infoPointName":"单位面积配电设计容量",
  254. "infoPointCode":"DesignElecLoadIndex",
  255. "unit":"W\/m²",
  256. "dataType":"Num",
  257. "inputMode":"A2",
  258. "dataSource":"",
  259. "note":"",
  260. "func-id":""
  261. },
  262. {
  263. "firstTag":"建筑信息",
  264. "secondTag":"结构参数",
  265. "infoPointName":"建筑结构类型",
  266. "infoPointCode":"StructType",
  267. "unit":"",
  268. "dataType":"Enum",
  269. "inputMode":"D1",
  270. "dataSource":[
  271. {
  272. "code":"1",
  273. "name":"钢筋混凝土结构"
  274. },
  275. {
  276. "code":"2",
  277. "name":"钢架与玻璃幕墙"
  278. },
  279. {
  280. "code":"3",
  281. "name":"砖混结构"
  282. },
  283. {
  284. "code":"4",
  285. "name":"其他"
  286. }
  287. ],
  288. "note":"",
  289. "func-id":""
  290. },
  291. {
  292. "firstTag":"建筑信息",
  293. "secondTag":"结构参数",
  294. "infoPointName":"抗震设防烈度",
  295. "infoPointCode":"SFI",
  296. "unit":"",
  297. "dataType":"Enum",
  298. "inputMode":"D1",
  299. "dataSource":[
  300. {
  301. "code":"1",
  302. "name":"6度"
  303. },
  304. {
  305. "code":"2",
  306. "name":"7度"
  307. },
  308. {
  309. "code":"3",
  310. "name":"8度"
  311. },
  312. {
  313. "code":"4",
  314. "name":"9度"
  315. },
  316. {
  317. "code":"5",
  318. "name":"其他"
  319. }
  320. ],
  321. "note":"参考《10抗震设防烈度》对应值",
  322. "func-id":""
  323. },
  324. {
  325. "firstTag":"建筑信息",
  326. "secondTag":"结构参数",
  327. "infoPointName":"设计基本地震加速度值",
  328. "infoPointCode":"DesignSeismA",
  329. "unit":"g",
  330. "dataType":"Num",
  331. "inputMode":"A2",
  332. "dataSource":"",
  333. "note":"参考《10抗震设防烈度》对应值",
  334. "func-id":""
  335. },
  336. {
  337. "firstTag":"建筑信息",
  338. "secondTag":"结构参数",
  339. "infoPointName":"建筑体形系数",
  340. "infoPointCode":"ShapeCoeff",
  341. "unit":"1\/m",
  342. "dataType":"Num",
  343. "inputMode":"A2",
  344. "dataSource":"",
  345. "note":"",
  346. "func-id":""
  347. },
  348. {
  349. "firstTag":"建筑信息",
  350. "secondTag":"结构参数",
  351. "infoPointName":"建筑朝向",
  352. "infoPointCode":"BuildDirect",
  353. "unit":"",
  354. "dataType":"Enum",
  355. "inputMode":"D1",
  356. "dataSource":"见《6方向代码》",
  357. "note":"",
  358. "func-id":""
  359. },
  360. {
  361. "firstTag":"建筑信息",
  362. "secondTag":"结构参数",
  363. "infoPointName":"保温类型",
  364. "infoPointCode":"InsulateType",
  365. "unit":"",
  366. "dataType":"Enum",
  367. "inputMode":"D1",
  368. "dataSource":[
  369. {
  370. "code":"1",
  371. "name":"无保温"
  372. },
  373. {
  374. "code":"2",
  375. "name":"内保温"
  376. },
  377. {
  378. "code":"3",
  379. "name":"外保温"
  380. },
  381. {
  382. "code":"4",
  383. "name":"其他"
  384. }
  385. ],
  386. "note":"",
  387. "func-id":""
  388. },
  389. {
  390. "firstTag":"建筑信息",
  391. "secondTag":"面积信息",
  392. "infoPointName":"面积树",
  393. "infoPointCode":"AreaTree",
  394. "unit":"",
  395. "dataType":"Tree",
  396. "inputMode":"H",
  397. "dataSource":"",
  398. "note":"",
  399. "func-id":""
  400. },
  401. {
  402. "firstTag":"建筑信息",
  403. "secondTag":"面积信息",
  404. "infoPointName":"建筑总面积",
  405. "infoPointCode":"GFA",
  406. "unit":"m²",
  407. "dataType":"Num",
  408. "inputMode":"A2",
  409. "dataSource":"",
  410. "note":"",
  411. "func-id":""
  412. },
  413. {
  414. "firstTag":"建筑信息",
  415. "secondTag":"面积信息",
  416. "infoPointName":"地上面积",
  417. "infoPointCode":"FloorArea",
  418. "unit":"m²",
  419. "dataType":"Num",
  420. "inputMode":"A2",
  421. "dataSource":"",
  422. "note":"",
  423. "func-id":""
  424. },
  425. {
  426. "firstTag":"建筑信息",
  427. "secondTag":"面积信息",
  428. "infoPointName":"地下面积",
  429. "infoPointCode":"UnderArea",
  430. "unit":"m²",
  431. "dataType":"Num",
  432. "inputMode":"A2",
  433. "dataSource":"",
  434. "note":"",
  435. "func-id":""
  436. },
  437. {
  438. "firstTag":"建筑信息",
  439. "secondTag":"面积信息",
  440. "infoPointName":"建筑总层数",
  441. "infoPointCode":"TotLayer",
  442. "unit":"层",
  443. "dataType":"Num",
  444. "inputMode":"A2",
  445. "dataSource":"",
  446. "note":"",
  447. "func-id":""
  448. },
  449. {
  450. "firstTag":"建筑信息",
  451. "secondTag":"面积信息",
  452. "infoPointName":"地上层数",
  453. "infoPointCode":"FloorLayer",
  454. "unit":"层",
  455. "dataType":"Num",
  456. "inputMode":"A2",
  457. "dataSource":"",
  458. "note":"",
  459. "func-id":""
  460. },
  461. {
  462. "firstTag":"建筑信息",
  463. "secondTag":"面积信息",
  464. "infoPointName":"地下层数",
  465. "infoPointCode":"UnderLayer",
  466. "unit":"层",
  467. "dataType":"Num",
  468. "inputMode":"A2",
  469. "dataSource":"",
  470. "note":"",
  471. "func-id":""
  472. },
  473. {
  474. "firstTag":"建筑信息",
  475. "secondTag":"面积信息",
  476. "infoPointName":"建筑总高度",
  477. "infoPointCode":"TotHeight",
  478. "unit":"m",
  479. "dataType":"Num",
  480. "inputMode":"A2",
  481. "dataSource":"",
  482. "note":"",
  483. "func-id":""
  484. },
  485. {
  486. "firstTag":"建筑信息",
  487. "secondTag":"面积信息",
  488. "infoPointName":"建筑占地面积",
  489. "infoPointCode":"CoverArea",
  490. "unit":"m²",
  491. "dataType":"Num",
  492. "inputMode":"A2",
  493. "dataSource":"",
  494. "note":"",
  495. "func-id":""
  496. },
  497. {
  498. "firstTag":"建筑文档",
  499. "secondTag":"",
  500. "infoPointName":"图纸",
  501. "infoPointCode":"Drawing",
  502. "unit":"",
  503. "dataType":"Attachment",
  504. "inputMode":"F2",
  505. "dataSource":"",
  506. "note":"",
  507. "func-id":""
  508. },
  509. {
  510. "firstTag":"建筑文档",
  511. "secondTag":"",
  512. "infoPointName":"档案",
  513. "infoPointCode":"Archive",
  514. "unit":"",
  515. "dataType":"Attachment",
  516. "inputMode":"F2",
  517. "dataSource":"",
  518. "note":"",
  519. "func-id":""
  520. },
  521. {
  522. "firstTag":"建筑文档",
  523. "secondTag":"",
  524. "infoPointName":"建筑能耗模型",
  525. "infoPointCode":"EConsumModel",
  526. "unit":"",
  527. "dataType":"Attachment",
  528. "inputMode":"F2",
  529. "dataSource":"",
  530. "note":"",
  531. "func-id":""
  532. },
  533. {
  534. "firstTag":"工作历",
  535. "secondTag":"工作作息",
  536. "infoPointName":"工作日基本作息",
  537. "infoPointCode":"WorkdaySchedule",
  538. "unit":"",
  539. "dataType":"Bool组",
  540. "inputMode":"E2",
  541. "dataSource":[
  542. {
  543. "code":"0",
  544. "name":"休息"
  545. },
  546. {
  547. "code":"1",
  548. "name":"工作"
  549. }
  550. ],
  551. "note":"逐时,或逐半小时",
  552. "func-id":""
  553. },
  554. {
  555. "firstTag":"工作历",
  556. "secondTag":"工作作息",
  557. "infoPointName":"休息日基本作息",
  558. "infoPointCode":"HolidaySchedule",
  559. "unit":"",
  560. "dataType":"Bool组",
  561. "inputMode":"E2",
  562. "dataSource":[
  563. {
  564. "code":"0",
  565. "name":"休息"
  566. },
  567. {
  568. "code":"1",
  569. "name":"工作"
  570. }
  571. ],
  572. "note":"逐时,或逐半小时",
  573. "func-id":""
  574. },
  575. {
  576. "firstTag":"工作历",
  577. "secondTag":"工作作息",
  578. "infoPointName":"工休日",
  579. "infoPointCode":"Holiday",
  580. "unit":"",
  581. "dataType":"Bool组",
  582. "inputMode":"E2",
  583. "dataSource":[
  584. {
  585. "code":"0",
  586. "name":"休息"
  587. },
  588. {
  589. "code":"1",
  590. "name":"工作"
  591. }
  592. ],
  593. "note":"逐日",
  594. "func-id":""
  595. },
  596. {
  597. "firstTag":"工作历",
  598. "secondTag":"季节",
  599. "infoPointName":"供暖季时段",
  600. "infoPointCode":"HeatPeriod",
  601. "unit":"",
  602. "dataType":"Str",
  603. "inputMode":"C6",
  604. "dataSource":"",
  605. "note":"",
  606. "func-id":""
  607. },
  608. {
  609. "firstTag":"工作历",
  610. "secondTag":"季节",
  611. "infoPointName":"供冷季时段",
  612. "infoPointCode":"CoolPeriod",
  613. "unit":"",
  614. "dataType":"Str",
  615. "inputMode":"C6",
  616. "dataSource":"",
  617. "note":"",
  618. "func-id":""
  619. },
  620. {
  621. "firstTag":"人员信息",
  622. "secondTag":"",
  623. "infoPointName":"建筑常驻人数",
  624. "infoPointCode":"PermanentPeopleNum",
  625. "unit":"人",
  626. "dataType":"Num",
  627. "inputMode":"A2",
  628. "dataSource":"",
  629. "note":"",
  630. "func-id":""
  631. },
  632. {
  633. "firstTag":"人员信息",
  634. "secondTag":"",
  635. "infoPointName":"逐时流出人数",
  636. "infoPointCode":"OutPeopleFlow",
  637. "unit":"人\/min",
  638. "dataType":"Inst",
  639. "inputMode":"L",
  640. "dataSource":"",
  641. "note":"",
  642. "func-id":""
  643. },
  644. {
  645. "firstTag":"人员信息",
  646. "secondTag":"",
  647. "infoPointName":"逐时流入人数",
  648. "infoPointCode":"InPeopleFlow",
  649. "unit":"人\/min",
  650. "dataType":"Inst",
  651. "inputMode":"L",
  652. "dataSource":"",
  653. "note":"",
  654. "func-id":""
  655. },
  656. {
  657. "firstTag":"人员信息",
  658. "secondTag":"",
  659. "infoPointName":"逐时建筑内现有人数",
  660. "infoPointCode":"ExsitPeopleNum",
  661. "unit":"人",
  662. "dataType":"Inst",
  663. "inputMode":"M",
  664. "dataSource":"",
  665. "note":"",
  666. "func-id":""
  667. },
  668. {
  669. "firstTag":"能耗信息",
  670. "secondTag":"逐时",
  671. "infoPointName":"逐时用电功率",
  672. "infoPointCode":"ElecConsumP",
  673. "unit":"kW",
  674. "dataType":"Inst",
  675. "inputMode":"L",
  676. "dataSource":"",
  677. "note":"",
  678. "func-id":""
  679. },
  680. {
  681. "firstTag":"能耗信息",
  682. "secondTag":"逐时",
  683. "infoPointName":"逐时用冷量",
  684. "infoPointCode":"CoolConsumP",
  685. "unit":"kW",
  686. "dataType":"Inst",
  687. "inputMode":"L",
  688. "dataSource":"",
  689. "note":"",
  690. "func-id":""
  691. },
  692. {
  693. "firstTag":"能耗信息",
  694. "secondTag":"逐时",
  695. "infoPointName":"逐时用热量",
  696. "infoPointCode":"HeatConsumP",
  697. "unit":"kW",
  698. "dataType":"Inst",
  699. "inputMode":"L",
  700. "dataSource":"",
  701. "note":"",
  702. "func-id":""
  703. },
  704. {
  705. "firstTag":"能耗信息",
  706. "secondTag":"逐时",
  707. "infoPointName":"逐时用水量",
  708. "infoPointCode":"WaterConsumP",
  709. "unit":"m³\/h",
  710. "dataType":"Inst",
  711. "inputMode":"L",
  712. "dataSource":"",
  713. "note":"",
  714. "func-id":""
  715. },
  716. {
  717. "firstTag":"能耗信息",
  718. "secondTag":"逐时",
  719. "infoPointName":"逐时用热水量",
  720. "infoPointCode":"DHWConsumP",
  721. "unit":"m³\/h",
  722. "dataType":"Inst",
  723. "inputMode":"L",
  724. "dataSource":"",
  725. "note":"",
  726. "func-id":""
  727. },
  728. {
  729. "firstTag":"能耗信息",
  730. "secondTag":"逐时",
  731. "infoPointName":"逐时用燃气量",
  732. "infoPointCode":"GasConsumP",
  733. "unit":"m³\/h",
  734. "dataType":"Inst",
  735. "inputMode":"L",
  736. "dataSource":"",
  737. "note":"",
  738. "func-id":""
  739. },
  740. {
  741. "firstTag":"能耗信息",
  742. "secondTag":"累计",
  743. "infoPointName":"累计用电量",
  744. "infoPointCode":"ElecAccConsum",
  745. "unit":"kWh",
  746. "dataType":"Acc",
  747. "inputMode":"L",
  748. "dataSource":"",
  749. "note":"",
  750. "func-id":""
  751. },
  752. {
  753. "firstTag":"能耗信息",
  754. "secondTag":"累计",
  755. "infoPointName":"累计用冷量",
  756. "infoPointCode":"CoolAccConsum",
  757. "unit":"kWh",
  758. "dataType":"Acc",
  759. "inputMode":"L",
  760. "dataSource":"",
  761. "note":"",
  762. "func-id":""
  763. },
  764. {
  765. "firstTag":"能耗信息",
  766. "secondTag":"累计",
  767. "infoPointName":"累计用热量",
  768. "infoPointCode":"HeatAccConsum",
  769. "unit":"kWh",
  770. "dataType":"Acc",
  771. "inputMode":"L",
  772. "dataSource":"",
  773. "note":"",
  774. "func-id":""
  775. },
  776. {
  777. "firstTag":"能耗信息",
  778. "secondTag":"累计",
  779. "infoPointName":"累计用水量",
  780. "infoPointCode":"WaterAccConsum",
  781. "unit":"m³",
  782. "dataType":"Acc",
  783. "inputMode":"L",
  784. "dataSource":"",
  785. "note":"",
  786. "func-id":""
  787. },
  788. {
  789. "firstTag":"能耗信息",
  790. "secondTag":"累计",
  791. "infoPointName":"累计用热水量",
  792. "infoPointCode":"DHWAccConsum",
  793. "unit":"m³",
  794. "dataType":"Acc",
  795. "inputMode":"L",
  796. "dataSource":"",
  797. "note":"",
  798. "func-id":""
  799. },
  800. {
  801. "firstTag":"能耗信息",
  802. "secondTag":"累计",
  803. "infoPointName":"累计用燃气量",
  804. "infoPointCode":"GasAccConsum",
  805. "unit":"m³",
  806. "dataType":"Acc",
  807. "inputMode":"L",
  808. "dataSource":"",
  809. "note":"",
  810. "func-id":""
  811. }
  812. ]
  813. }