@ningboyz/types 1.4.105 → 1.4.107

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (419) hide show
  1. package/.prettierrc +15 -15
  2. package/eslint.config.js +29 -29
  3. package/package.json +30 -30
  4. package/readme.md +1 -1
  5. package/src/antv/IAntvCnfgResponse.ts +69 -69
  6. package/src/antv/IAntvMainResponse.ts +67 -67
  7. package/src/antv/IAntvParaResponse.ts +49 -49
  8. package/src/antv/index.ts +5 -5
  9. package/src/app/ITab.ts +57 -57
  10. package/src/app/IUserData.ts +7 -7
  11. package/src/app/index.ts +4 -4
  12. package/src/axios/IAxiosConfig.ts +9 -9
  13. package/src/axios/index.ts +3 -3
  14. package/src/base/IBaseResponse.ts +25 -25
  15. package/src/bill/IBillCnfgResponse.ts +113 -113
  16. package/src/bill/IBillFindResponse.ts +36 -36
  17. package/src/bill/IBillMainResponse.ts +328 -328
  18. package/src/bill/index.ts +5 -5
  19. package/src/card/ICardBookResponse.ts +123 -123
  20. package/src/card/ICardDataResponse.ts +360 -360
  21. package/src/card/ICardFromResponse.ts +68 -68
  22. package/src/card/ICardFwczResponse.ts +199 -199
  23. package/src/card/ICardHyhbBillResponse.ts +95 -95
  24. package/src/card/ICardHyhbResponse.ts +91 -91
  25. package/src/card/ICardMainFindResponse.ts +95 -95
  26. package/src/card/ICardMainResponse.ts +781 -781
  27. package/src/card/ICardRoomResponse.ts +232 -232
  28. package/src/card/IGblbResponse.ts +138 -138
  29. package/src/card/IP4pzResponse.ts +68 -68
  30. package/src/card/ISyszclbgblbResponse.ts +67 -67
  31. package/src/card/IZcbdResponse.ts +205 -205
  32. package/src/card/IZccfResponse.ts +232 -232
  33. package/src/card/IZcczResponse.ts +222 -222
  34. package/src/card/IZcdbResponse.ts +237 -237
  35. package/src/card/IZclbResponse.ts +138 -138
  36. package/src/card/IZczjPropResponse.ts +94 -94
  37. package/src/card/IZczjResponse.ts +121 -121
  38. package/src/card/index.ts +62 -62
  39. package/src/cggz/ICggzBillResponse.ts +69 -69
  40. package/src/cggz/ICggzMainResponse.ts +188 -188
  41. package/src/cggz/index.ts +4 -4
  42. package/src/clas/IClasAttrResponse.ts +69 -69
  43. package/src/clas/IClasMainResponse.ts +67 -67
  44. package/src/conf/ICnfgMainResponse.ts +83 -83
  45. package/src/conf/IConfig.ts +77 -77
  46. package/src/conf/index.ts +3 -3
  47. package/src/const/const_align.ts +15 -15
  48. package/src/const/const_audit.ts +34 -34
  49. package/src/const/const_bizCode.ts +3 -3
  50. package/src/const/const_card.ts +16 -16
  51. package/src/const/const_clas.ts +72 -72
  52. package/src/const/const_cnfg.ts +92 -92
  53. package/src/const/const_data_from.ts +14 -14
  54. package/src/const/const_elem.ts +99 -99
  55. package/src/const/const_error_key.ts +2 -2
  56. package/src/const/const_flow.ts +7 -7
  57. package/src/const/const_gams_mode.ts +5 -5
  58. package/src/const/const_glpz_mode.ts +2 -2
  59. package/src/const/const_gzlm.ts +39 -39
  60. package/src/const/const_hznj.ts +4 -4
  61. package/src/const/const_hznk.ts +34 -34
  62. package/src/const/const_hznt.ts +75 -75
  63. package/src/const/const_module.ts +121 -121
  64. package/src/const/const_myoa.ts +90 -90
  65. package/src/const/const_p4pt.ts +8 -8
  66. package/src/const/const_page_mode.ts +7 -7
  67. package/src/const/const_part.ts +25 -25
  68. package/src/const/const_read.ts +2 -2
  69. package/src/const/const_stat.ts +403 -403
  70. package/src/const/const_take_type.ts +9 -9
  71. package/src/const/const_todo.ts +28 -28
  72. package/src/const/const_travel.ts +8 -8
  73. package/src/const/const_type.ts +66 -66
  74. package/src/const/const_type_name.ts +329 -329
  75. package/src/const/const_user.ts +2 -2
  76. package/src/const/const_user_acno.ts +6 -6
  77. package/src/const/const_vary.ts +1 -1
  78. package/src/const/const_wldy_item_type.ts +4 -4
  79. package/src/const/const_wtui_item_type.ts +24 -24
  80. package/src/const/const_yiha.ts +32 -32
  81. package/src/const/const_zbzd.ts +10 -10
  82. package/src/const/index.ts +73 -73
  83. package/src/core/ICoreValidResponse.ts +21 -21
  84. package/src/core/IDeptBindResponse.ts +64 -64
  85. package/src/core/IDeptLiteResponse.ts +43 -43
  86. package/src/core/IDeptResponse.ts +197 -197
  87. package/src/core/IDictResponse.ts +183 -183
  88. package/src/core/IDictResponseConf.ts +36 -36
  89. package/src/core/IDictResponseDictPara.ts +92 -92
  90. package/src/core/IEnvrResponse.ts +95 -95
  91. package/src/core/ILaidResponse.ts +161 -161
  92. package/src/core/IPartResponse.ts +135 -135
  93. package/src/core/IPathResponse.ts +138 -138
  94. package/src/core/IPathResponsePartPara.ts +17 -17
  95. package/src/core/ISourceItem.ts +55 -55
  96. package/src/core/IStypResponse.ts +45 -45
  97. package/src/core/ISysClasResponse.ts +57 -57
  98. package/src/core/ISysMenuWithCoreResponse.ts +154 -154
  99. package/src/core/ISysMenuWithCoreResponseMenuPara.ts +3 -3
  100. package/src/core/ISysMenuWithExpdResponse.ts +320 -320
  101. package/src/core/ISysTravelResponse.ts +133 -133
  102. package/src/core/ITypeResponse.ts +134 -134
  103. package/src/core/IUnitBindResponse.ts +62 -62
  104. package/src/core/IUnitResponse.ts +269 -269
  105. package/src/core/IUnitResponseElemPara.ts +11 -11
  106. package/src/core/IUserAcnoResponse.ts +184 -184
  107. package/src/core/IUserFindResponse.ts +140 -140
  108. package/src/core/IUserLiteResponse.ts +160 -160
  109. package/src/core/IUserPartResponse.ts +170 -170
  110. package/src/core/IUserResponse.ts +423 -423
  111. package/src/core/IUserSzdwResponse.ts +165 -165
  112. package/src/core/IWebSocketResponse.ts +41 -41
  113. package/src/core/index.ts +83 -83
  114. package/src/cron/ICronMainResponse.ts +174 -174
  115. package/src/cron/index.ts +3 -3
  116. package/src/custom/IValidReponse.ts +11 -11
  117. package/src/custom/index.ts +3 -3
  118. package/src/decorators/DConfigManager.ts +23 -23
  119. package/src/decorators/DConfigProperty.ts +7 -7
  120. package/src/decorators/IConfigProperty.ts +32 -32
  121. package/src/decorators/index.ts +4 -4
  122. package/src/elem/IElemDataResponse.ts +101 -101
  123. package/src/elem/IElemElemResponse.ts +102 -102
  124. package/src/elem/ISysElemResponse.ts +51 -51
  125. package/src/elem/index.ts +4 -4
  126. package/src/enums/btnMode.ts +151 -151
  127. package/src/enums/cardMode.ts +28 -28
  128. package/src/enums/doneMode.ts +8 -8
  129. package/src/enums/editMode.ts +22 -22
  130. package/src/enums/emitterType.ts +6 -6
  131. package/src/enums/formType.ts +10 -10
  132. package/src/enums/index.ts +13 -13
  133. package/src/enums/storeId.ts +13 -13
  134. package/src/enums/usesStat.ts +14 -14
  135. package/src/enums/viewMode.ts +7 -7
  136. package/src/enums/whatDone.ts +30 -30
  137. package/src/expd/IExpdBAXQResponse.ts +61 -61
  138. package/src/expd/IExpdCallResponse.ts +57 -57
  139. package/src/expd/IExpdCardResponse.ts +102 -102
  140. package/src/expd/IExpdCashResponse.ts +75 -75
  141. package/src/expd/IExpdHYHBResponse.ts +53 -53
  142. package/src/expd/IExpdHYMXResponse.ts +61 -61
  143. package/src/expd/IExpdLfmxResponse.ts +56 -56
  144. package/src/expd/IExpdMainResponse.ts +552 -552
  145. package/src/expd/IExpdP2pzResponse.ts +59 -59
  146. package/src/expd/IExpdP5pzResponse.ts +57 -57
  147. package/src/expd/IExpdSZMXResponse.ts +66 -66
  148. package/src/expd/IViewLockResponse.ts +63 -63
  149. package/src/expd/index.ts +36 -36
  150. package/src/find/IRangeVal.ts +11 -11
  151. package/src/find/index.ts +3 -3
  152. package/src/flow/IFlowBillResponse.ts +55 -55
  153. package/src/flow/IFlowCnfgResponse.ts +69 -69
  154. package/src/flow/IFlowDataResponse.ts +197 -197
  155. package/src/flow/IFlowDutyNodeParaConv.ts +7 -7
  156. package/src/flow/IFlowDutyResponse.ts +85 -85
  157. package/src/flow/IFlowMainResponse.ts +126 -126
  158. package/src/flow/IFlowNodeResponse.ts +511 -511
  159. package/src/flow/IFlowTypeResponse.ts +3 -3
  160. package/src/flow/IFlowUservoidResponse.ts +35 -35
  161. package/src/flow/IFlowVoidResponse.ts +73 -73
  162. package/src/flow/index.ts +30 -30
  163. package/src/gams/IGamsBillResponse.ts +348 -348
  164. package/src/gams/IGamsCnfgResponse.ts +79 -79
  165. package/src/gams/IGamsEachResponse.ts +67 -67
  166. package/src/gams/IGamsItemResponse.ts +109 -109
  167. package/src/gams/IGamsK0kmResponse.ts +97 -97
  168. package/src/gams/IGamsK8kmResponse.ts +158 -158
  169. package/src/gams/IGamsMainResponse.ts +223 -223
  170. package/src/gams/IGamsTypeResponse.ts +113 -113
  171. package/src/gams/IGamsWtdwResponse.ts +62 -62
  172. package/src/gams/index.ts +27 -27
  173. package/src/gzjg/IGzjgBodyLockResponse.ts +65 -65
  174. package/src/gzjg/IGzjgGzlmLandResponse.ts +88 -88
  175. package/src/gzjg/IGzjgGzlmResponse.ts +193 -193
  176. package/src/gzjg/IGzjgGzlmResponseGzlmPara.ts +25 -25
  177. package/src/gzjg/IGzjgGzlmWithResponse.ts +88 -88
  178. package/src/gzjg/IGzjgMainResponse.ts +240 -240
  179. package/src/gzjg/IGzjgMainResponseGzjgPara.ts +31 -31
  180. package/src/gzjg/IGzjgMainResponseWithYZPZ.ts +41 -41
  181. package/src/gzjg/IGzjgQzgsResponse.ts +55 -55
  182. package/src/gzjg/index.ts +27 -27
  183. package/src/gztb/IGztbMainResponse.ts +110 -110
  184. package/src/gztb/index.ts +3 -3
  185. package/src/gzzd/ICellEditResponse.ts +47 -47
  186. package/src/gzzd/IGzzdBillResponse.ts +160 -160
  187. package/src/gzzd/IGzzdLineResponse.ts +19 -19
  188. package/src/gzzd/IGzzdMainResponse.ts +218 -218
  189. package/src/gzzd/index.ts +6 -6
  190. package/src/hzcb/IHzcbMainResponse.ts +309 -309
  191. package/src/hzcb/IHzcbNdjhBillResponse.ts +85 -85
  192. package/src/hzcb/IHzcbNdjhResponse.ts +188 -188
  193. package/src/hzcb/IHzcbNodeResponse.ts +64 -64
  194. package/src/hzcb/IHzcbRypqResponse.ts +258 -258
  195. package/src/hzcb/IHzcbTdssResponse.ts +200 -200
  196. package/src/hzcb/IHzcbXmssBillResponse.ts +51 -51
  197. package/src/hzcb/IHzcbXmssResponse.ts +188 -188
  198. package/src/hzcb/IHzcbXmtzBillResponse.ts +105 -105
  199. package/src/hzcb/IHzcbXmtzResponse.ts +199 -199
  200. package/src/hzcb/IHzcbXmykResponse.ts +197 -197
  201. package/src/hzcb/IHzcbZjlyResponse.ts +73 -73
  202. package/src/hzcb/index.ts +39 -39
  203. package/src/hznj/IHznjBaseItemResponse.ts +115 -115
  204. package/src/hznj/IHznjBasePathResponse.ts +53 -53
  205. package/src/hznj/IHznjBaseResponse.ts +156 -156
  206. package/src/hznj/IHznjBillResponse.ts +123 -123
  207. package/src/hznj/IHznjDzqrResponse.ts +194 -194
  208. package/src/hznj/IHznjMainResponse.ts +206 -206
  209. package/src/hznj/IHznjNotiBillResponse.ts +261 -261
  210. package/src/hznj/IHznjNotiResponse.ts +212 -212
  211. package/src/hznj/IHznjRwqxResponse.ts +187 -187
  212. package/src/hznj/IHznjXmjjItemResponse.ts +90 -90
  213. package/src/hznj/IHznjXmjjResponse.ts +192 -192
  214. package/src/hznj/IHznjXmsyCjdwResponse.ts +89 -89
  215. package/src/hznj/IHznjXmsyItemResponse.ts +110 -110
  216. package/src/hznj/IHznjXmsyResponse.ts +313 -313
  217. package/src/hznj/IHznjXmsyWtdwResponse.ts +165 -165
  218. package/src/hznj/IHznjZbczBillResponse.ts +63 -63
  219. package/src/hznj/IHznjZbczItemResponse.ts +91 -91
  220. package/src/hznj/IHznjZbczResponse.ts +183 -183
  221. package/src/hznj/IHznjZbjgBillResponse.ts +93 -93
  222. package/src/hznj/IHznjZbjgItemResponse.ts +151 -151
  223. package/src/hznj/IHznjZbjgResponse.ts +192 -192
  224. package/src/hznj/IHznjZblrBillResponse.ts +65 -65
  225. package/src/hznj/IHznjZblrItemResponse.ts +104 -104
  226. package/src/hznj/IHznjZblrResponse.ts +183 -183
  227. package/src/hznj/IHznjZblyBillResponse.ts +66 -66
  228. package/src/hznj/IHznjZblyItemResponse.ts +112 -112
  229. package/src/hznj/IHznjZblyResponse.ts +198 -198
  230. package/src/hznj/IHznjZbthBillResponse.ts +63 -63
  231. package/src/hznj/IHznjZbthItemResponse.ts +105 -105
  232. package/src/hznj/IHznjZbthResponse.ts +187 -187
  233. package/src/hznj/index.ts +105 -105
  234. package/src/hznk/IHznkBaseNbyhResponse.ts +49 -49
  235. package/src/hznk/IHznkBasePathResponse.ts +47 -47
  236. package/src/hznk/IHznkBaseResponse.ts +220 -220
  237. package/src/hznk/IHznkBaseWbdwResponse.ts +55 -55
  238. package/src/hznk/IHznkBaseWbyhResponse.ts +49 -49
  239. package/src/hznk/IHznkDataBillResponse.ts +77 -77
  240. package/src/hznk/IHznkDataDeptResponse.ts +51 -51
  241. package/src/hznk/IHznkDataEachResponse.ts +49 -49
  242. package/src/hznk/IHznkDataItemResponse.ts +71 -71
  243. package/src/hznk/IHznkDataNbyhResponse.ts +56 -56
  244. package/src/hznk/IHznkDataPathResponse.ts +47 -47
  245. package/src/hznk/IHznkDataResponse.ts +356 -356
  246. package/src/hznk/IHznkFydwBillResponse.ts +93 -93
  247. package/src/hznk/IHznkFydwDeptResponse.ts +53 -53
  248. package/src/hznk/IHznkFydwFromResponse.ts +47 -47
  249. package/src/hznk/IHznkFydwItemResponse.ts +77 -77
  250. package/src/hznk/IHznkFydwPathResponse.ts +47 -47
  251. package/src/hznk/IHznkFydwResponse.ts +185 -185
  252. package/src/hznk/IHznkFydwWbdwResponse.ts +79 -79
  253. package/src/hznk/IHznkFytqBillResponse.ts +51 -51
  254. package/src/hznk/IHznkFytqResponse.ts +187 -187
  255. package/src/hznk/IHznkMainNbyhResponse.ts +49 -49
  256. package/src/hznk/IHznkMainResponse.ts +249 -249
  257. package/src/hznk/IHznkMainRwzbResponse.ts +57 -57
  258. package/src/hznk/IHznkMainWbdwResponse.ts +54 -54
  259. package/src/hznk/IHznkMainWbyhResponse.ts +49 -49
  260. package/src/hznk/IHznkNoteFromResponse.ts +47 -47
  261. package/src/hznk/IHznkNotePathResponse.ts +47 -47
  262. package/src/hznk/IHznkNoteResponse.ts +162 -162
  263. package/src/hznk/IHznkXmysDeptResponse.ts +51 -51
  264. package/src/hznk/IHznkXmysItemResponse.ts +57 -57
  265. package/src/hznk/IHznkXmysResponse.ts +212 -212
  266. package/src/hznk/IHznkXmysYsxqResponse.ts +51 -51
  267. package/src/hznk/IHznkYssqResponse.ts +190 -190
  268. package/src/hznk/IHznkYssqYsxqResponse.ts +51 -51
  269. package/src/hznk/index.ts +110 -110
  270. package/src/index.ts +113 -111
  271. package/src/japz/IJapzCnfgResponse.ts +82 -82
  272. package/src/japz/IJapzItemResponse.ts +148 -148
  273. package/src/japz/IJapzK0kmResponse.ts +74 -74
  274. package/src/japz/IJapzK7kmResponse.ts +81 -81
  275. package/src/japz/IJapzK8kmResponse.ts +95 -95
  276. package/src/japz/IJapzK9kmResponse.ts +82 -82
  277. package/src/japz/index.ts +21 -21
  278. package/src/japz/readme.md +8 -8
  279. package/src/load/ILoadCellResponse.ts +53 -53
  280. package/src/load/ILoadDataResponse.ts +54 -54
  281. package/src/load/ILoadLineResponse.ts +11 -11
  282. package/src/load/ILoadMainResponse.ts +116 -116
  283. package/src/load/ILoadNsdwResponse.ts +96 -96
  284. package/src/load/ILoadZydwResponse.ts +65 -65
  285. package/src/load/IYqdwResponse.ts +65 -65
  286. package/src/load/IYqkbResponse.ts +65 -65
  287. package/src/load/IYqkmResponse.ts +51 -51
  288. package/src/load/index.ts +31 -31
  289. package/src/micro/appData.ts +29 -29
  290. package/src/micro/appName.ts +8 -8
  291. package/src/micro/appTab.ts +15 -15
  292. package/src/micro/index.ts +6 -6
  293. package/src/myoa/IMyoaCashResponse.ts +107 -107
  294. package/src/myoa/IMyoaMainResponse.ts +527 -527
  295. package/src/myoa/IMyoaPGDWResponse.ts +49 -49
  296. package/src/myoa/IMyoaRoomResponse.ts +99 -99
  297. package/src/myoa/index.ts +6 -6
  298. package/src/noti/INotiMainResponse.ts +451 -451
  299. package/src/noti/index.ts +3 -3
  300. package/src/pzpt/IPzptCnfgMoreResponse.ts +59 -59
  301. package/src/pzpt/IPzptCnfgResponse.ts +171 -171
  302. package/src/pzpt/IPzptGlfaResponse.ts +84 -84
  303. package/src/pzpt/IPzptGlkmResponse.ts +98 -98
  304. package/src/pzpt/IPzptGlkmfdResponse.ts +59 -59
  305. package/src/pzpt/IPzptGlkmzdResponse.ts +59 -59
  306. package/src/pzpt/IPzptItemResponse.ts +104 -104
  307. package/src/pzpt/IPzptK0kmResponse.ts +69 -69
  308. package/src/pzpt/IPzptK8kmResponse.ts +183 -183
  309. package/src/pzpt/IPzptKbkmResponse.ts +139 -139
  310. package/src/pzpt/IPzptPzpzDataResponse.ts +79 -79
  311. package/src/pzpt/IPzptPzpzP6pzResponse.ts +138 -138
  312. package/src/pzpt/IPzptPzpzResponse.ts +116 -116
  313. package/src/pzpt/IPzptTypeResponse.ts +88 -88
  314. package/src/pzpt/IPzptUkkmResponse.ts +87 -87
  315. package/src/pzpt/index.ts +42 -42
  316. package/src/response/IResponse.ts +54 -54
  317. package/src/response/index.ts +2 -2
  318. package/src/stim/IStimulSoftData.ts +15 -0
  319. package/src/stim/IStimulsoftPrintData.ts +9 -0
  320. package/src/stim/index.ts +4 -0
  321. package/src/store/dateState.ts +49 -49
  322. package/src/store/index.ts +8 -8
  323. package/src/store/menuState.ts +9 -9
  324. package/src/store/tabsState.ts +13 -13
  325. package/src/store/userState.ts +50 -50
  326. package/src/store/viewState.ts +9 -9
  327. package/src/tabl/ITablDataResponse.ts +72 -72
  328. package/src/tabl/ITablLineResponse.ts +13 -13
  329. package/src/tabl/ITablMainResponse.ts +187 -187
  330. package/src/tabl/index.ts +5 -5
  331. package/src/take/ITakeBillResponse.ts +144 -144
  332. package/src/take/ITakeMainResponse.ts +205 -205
  333. package/src/take/index.ts +4 -4
  334. package/src/talk/ITalkMainResponse.ts +115 -115
  335. package/src/talk/index.ts +3 -3
  336. package/src/task/ITaskMainResponse.ts +121 -121
  337. package/src/task/index.ts +3 -3
  338. package/src/vary/IVaryBillResponse.ts +61 -61
  339. package/src/vary/IVaryMainResponse.ts +184 -184
  340. package/src/vary/index.ts +4 -4
  341. package/src/wldy/IWldyDataResponse.ts +70 -70
  342. package/src/wldy/IWldyItemResponse.ts +74 -74
  343. package/src/wldy/IWldyPageParaResponse.ts +42 -42
  344. package/src/wldy/IWldyPageResponse.ts +112 -110
  345. package/src/wldy/index.ts +18 -18
  346. package/src/wlzf/IWlzfEnvrResponse.ts +116 -116
  347. package/src/wlzf/index.ts +3 -3
  348. package/src/wtui/ITodoResponse.ts +20 -20
  349. package/src/wtui/IViewCtrlResponse.ts +150 -150
  350. package/src/wtui/IWtuiColWidthResponse.ts +53 -53
  351. package/src/wtui/IWtuiFormParaResponse.ts +17 -17
  352. package/src/wtui/IWtuiFormResponse.ts +92 -92
  353. package/src/wtui/IWtuiItemCalc.ts +36 -36
  354. package/src/wtui/IWtuiItemEffect.ts +43 -43
  355. package/src/wtui/IWtuiItemParaResponse.ts +59 -59
  356. package/src/wtui/IWtuiItemResponse.ts +116 -116
  357. package/src/wtui/IWtuiMainResponse.ts +114 -114
  358. package/src/wtui/IWtuiNodeResponse.ts +81 -81
  359. package/src/wtui/IWtuiOperateResponse.ts +80 -80
  360. package/src/wtui/IWtuiRootResponse.ts +62 -62
  361. package/src/wtui/IWtuiTodoResponse.ts +103 -103
  362. package/src/wtui/IWtuiTodoResponseTodoPara.ts +7 -7
  363. package/src/wtui/IWtuiTodoResponseWithPara.ts +53 -53
  364. package/src/wtui/IWtuiUserCnfgResponse.ts +130 -130
  365. package/src/wtui/IWtuiViewResponse.ts +91 -91
  366. package/src/wtui/IWtuiZoneResponse.ts +61 -61
  367. package/src/wtui/index.ts +64 -64
  368. package/src/wzpz/IWzWithParaResponse.ts +147 -147
  369. package/src/wzpz/IWzpzCnfgResponse.ts +106 -106
  370. package/src/wzpz/IWzpzItemResponse.ts +78 -78
  371. package/src/wzpz/IWzpzK0kmResponse.ts +94 -94
  372. package/src/wzpz/IWzpzK8kmResponse.ts +141 -141
  373. package/src/wzpz/IWzpzKbkmResponse.ts +124 -124
  374. package/src/wzpz/IWzpzPckmResponse.ts +49 -49
  375. package/src/wzpz/IWzpzTypeResponse.ts +87 -87
  376. package/src/wzpz/index.ts +27 -27
  377. package/src/yzcb/ICbjgMainResponse.ts +133 -133
  378. package/src/yzcb/IYzcbBillResponse.ts +49 -49
  379. package/src/yzcb/IYzcbMainResponse.ts +189 -189
  380. package/src/yzcb/index.ts +5 -5
  381. package/src/yzcg/IYzcgBillResponse.ts +72 -72
  382. package/src/yzcg/IYzcgGshdResponse.ts +59 -59
  383. package/src/yzcg/IYzcgLockResponse.ts +41 -41
  384. package/src/yzcg/IYzcgMainResponse.ts +314 -314
  385. package/src/yzcg/index.ts +6 -6
  386. package/src/yzcq/IYzcqMainResponse.ts +120 -120
  387. package/src/yzcq/index.ts +3 -3
  388. package/src/yzht/IYzhtBillResponse.ts +188 -188
  389. package/src/yzht/IYzhtDzmxResponse.ts +57 -57
  390. package/src/yzht/IYzhtFymxResponse.ts +99 -99
  391. package/src/yzht/IYzhtGlfdResponse.ts +53 -53
  392. package/src/yzht/IYzhtGlpzResponse.ts +52 -52
  393. package/src/yzht/IYzhtGlzdResponse.ts +56 -56
  394. package/src/yzht/IYzhtMainResponse.ts +705 -705
  395. package/src/yzht/index.ts +24 -24
  396. package/src/yzpz/IYzpzCnfgResponse.ts +95 -95
  397. package/src/yzpz/IYzpzItemResponse.ts +83 -83
  398. package/src/yzpz/IYzpzK0kmResponse.ts +73 -73
  399. package/src/yzpz/IYzpzK8kmResponse.ts +162 -162
  400. package/src/yzpz/IYzpzKbkmResponse.ts +86 -86
  401. package/src/yzpz/IYzpzTypeResponse.ts +96 -96
  402. package/src/yzpz/IYzpzTypeResponseConf.ts +36 -36
  403. package/src/yzpz/index.ts +24 -24
  404. package/src/zbhd/IZbhdMainResponese.ts +246 -246
  405. package/src/zbhd/IZbzdCnfgResponse.ts +84 -84
  406. package/src/zbhd/index.ts +4 -4
  407. package/src/zbzd/IZbzbZbflResponse.ts +253 -253
  408. package/src/zbzd/IZbzdMainResponse.ts +387 -387
  409. package/src/zbzd/index.ts +4 -4
  410. package/src/zfht/IZfhtResponse.ts +103 -103
  411. package/src/zfht/index.ts +3 -3
  412. package/src/zfsq/IZfsqResponse.ts +193 -193
  413. package/src/zfsq/index.ts +3 -3
  414. package/tsconfig.json +22 -22
  415. package/vite.config.ts +33 -33
  416. package/src/card/ISyszclbgblbResponse.ts~ +0 -67
  417. package/src/card/IZclbgblbResponse.ts~ +0 -68
  418. package/src/const/const_wtui_item_type.ts~ +0 -20
  419. package/src/core/IDeptResponse.ts~ +0 -162
@@ -1,55 +1,55 @@
1
- export interface IFlowBillResponse {
2
- whoBuild: number; //#
3
- userIndx: number; //#
4
- billMain: number; //#单据标识
5
- billCode: string;
6
- billUses: string; //#申请事由
7
- billStat: number;
8
- billMemo: string;
9
- entityID: string; //#唯一标识
10
- vitualID: number;
11
- parentID: number;
12
- parentCD: string;
13
- sourceND: number;
14
- menuUUID: string; //#功能菜单
15
- menuName: string; //#功能菜单
16
- unitMain: number;
17
- unitText: string;
18
- deptMain: number;
19
- deptText: string;
20
- mastName: string; //#制单用户
21
- notiTime: number; //#抄送时间
22
- createAt: number;
23
- createBy: string;
24
- userMain: number;
25
- tablFrom: string;
26
- statFrom: string;
27
- }
28
-
29
- export class TFlowBillResponse implements IFlowBillResponse {
30
- whoBuild: number = 0; //#
31
- userIndx: number = 0; //#
32
- billMain: number = 0; //#单据标识
33
- billCode: string = "";
34
- billUses: string = ""; //#申请事由
35
- billStat: number = 0;
36
- billMemo: string = "";
37
- entityID: string = ""; //#唯一标识
38
- vitualID: number = 0;
39
- parentID: number = 0;
40
- parentCD: string = "";
41
- sourceND: number = 0;
42
- menuUUID: string = ""; //#功能菜单
43
- menuName: string = ""; //#功能菜单
44
- unitMain: number = 0;
45
- unitText: string = "";
46
- deptMain: number = 0;
47
- deptText: string = "";
48
- mastName: string = ""; //#制单用户
49
- notiTime: number = 0; //#抄送时间
50
- createAt: number = 0;
51
- createBy: string = "";
52
- userMain: number = 0;
53
- tablFrom: string = "";
54
- statFrom: string = "";
55
- }
1
+ export interface IFlowBillResponse {
2
+ whoBuild: number; //#
3
+ userIndx: number; //#
4
+ billMain: number; //#单据标识
5
+ billCode: string;
6
+ billUses: string; //#申请事由
7
+ billStat: number;
8
+ billMemo: string;
9
+ entityID: string; //#唯一标识
10
+ vitualID: number;
11
+ parentID: number;
12
+ parentCD: string;
13
+ sourceND: number;
14
+ menuUUID: string; //#功能菜单
15
+ menuName: string; //#功能菜单
16
+ unitMain: number;
17
+ unitText: string;
18
+ deptMain: number;
19
+ deptText: string;
20
+ mastName: string; //#制单用户
21
+ notiTime: number; //#抄送时间
22
+ createAt: number;
23
+ createBy: string;
24
+ userMain: number;
25
+ tablFrom: string;
26
+ statFrom: string;
27
+ }
28
+
29
+ export class TFlowBillResponse implements IFlowBillResponse {
30
+ whoBuild: number = 0; //#
31
+ userIndx: number = 0; //#
32
+ billMain: number = 0; //#单据标识
33
+ billCode: string = "";
34
+ billUses: string = ""; //#申请事由
35
+ billStat: number = 0;
36
+ billMemo: string = "";
37
+ entityID: string = ""; //#唯一标识
38
+ vitualID: number = 0;
39
+ parentID: number = 0;
40
+ parentCD: string = "";
41
+ sourceND: number = 0;
42
+ menuUUID: string = ""; //#功能菜单
43
+ menuName: string = ""; //#功能菜单
44
+ unitMain: number = 0;
45
+ unitText: string = "";
46
+ deptMain: number = 0;
47
+ deptText: string = "";
48
+ mastName: string = ""; //#制单用户
49
+ notiTime: number = 0; //#抄送时间
50
+ createAt: number = 0;
51
+ createBy: string = "";
52
+ userMain: number = 0;
53
+ tablFrom: string = "";
54
+ statFrom: string = "";
55
+ }
@@ -1,69 +1,69 @@
1
- //#流程配置(按业务单据)
2
- export interface IFlowCnfgResponse {
3
- whoBuild: number;
4
- userIndx: number;
5
- cnfgIndx: number;
6
-
7
- flowMain: number;
8
- flowNode: number;
9
- flowName: string;
10
- nodeName: string;
11
-
12
- createAt: number;
13
- createBy: string;
14
- dataDate: number;
15
- dataFrom: number;
16
- dataHide: number;
17
- dataOrdr: number;
18
- dataStat: number;
19
- dataTime: number;
20
- deleteAt: number;
21
- deleteBy: string;
22
-
23
- mastGUID: string;
24
- mastName: string;
25
- queuesBy: number;
26
- updateAt: number;
27
- updateBy: string;
28
-
29
- cnfgName: string;
30
- cnfg4Key: string;
31
- cnfg4Val: string;
32
- cnfgMemo: string;
33
- }
34
-
35
- export class TFlowCnfgResponse implements IFlowCnfgResponse {
36
- whoBuild: number = 0;
37
- userIndx: number = 0;
38
- cnfgIndx: number = 0;
39
-
40
- flowMain: number = 0;
41
- flowNode: number = 0;
42
- flowName: string = "";
43
- nodeName: string = "";
44
-
45
- createAt: number = 0;
46
- createBy: string = "";
47
- dataDate: number = 0;
48
- dataFrom: number = 0;
49
- dataHide: number = 0;
50
- dataOrdr: number = 0;
51
- dataStat: number = 0;
52
- dataTime: number = 0;
53
- deleteAt: number = 0;
54
- deleteBy: string = "";
55
- dutyIndx: number = 0;
56
- dutyText: string = "";
57
- flowIndx: number = 0;
58
-
59
- mastGUID: string = "";
60
- mastName: string = "";
61
- queuesBy: number = 0;
62
- updateAt: number = 0;
63
- updateBy: string = "";
64
-
65
- cnfgName: string = "";
66
- cnfg4Key: string = "";
67
- cnfg4Val: string = "";
68
- cnfgMemo: string = "";
69
- }
1
+ //#流程配置(按业务单据)
2
+ export interface IFlowCnfgResponse {
3
+ whoBuild: number;
4
+ userIndx: number;
5
+ cnfgIndx: number;
6
+
7
+ flowMain: number;
8
+ flowNode: number;
9
+ flowName: string;
10
+ nodeName: string;
11
+
12
+ createAt: number;
13
+ createBy: string;
14
+ dataDate: number;
15
+ dataFrom: number;
16
+ dataHide: number;
17
+ dataOrdr: number;
18
+ dataStat: number;
19
+ dataTime: number;
20
+ deleteAt: number;
21
+ deleteBy: string;
22
+
23
+ mastGUID: string;
24
+ mastName: string;
25
+ queuesBy: number;
26
+ updateAt: number;
27
+ updateBy: string;
28
+
29
+ cnfgName: string;
30
+ cnfg4Key: string;
31
+ cnfg4Val: string;
32
+ cnfgMemo: string;
33
+ }
34
+
35
+ export class TFlowCnfgResponse implements IFlowCnfgResponse {
36
+ whoBuild: number = 0;
37
+ userIndx: number = 0;
38
+ cnfgIndx: number = 0;
39
+
40
+ flowMain: number = 0;
41
+ flowNode: number = 0;
42
+ flowName: string = "";
43
+ nodeName: string = "";
44
+
45
+ createAt: number = 0;
46
+ createBy: string = "";
47
+ dataDate: number = 0;
48
+ dataFrom: number = 0;
49
+ dataHide: number = 0;
50
+ dataOrdr: number = 0;
51
+ dataStat: number = 0;
52
+ dataTime: number = 0;
53
+ deleteAt: number = 0;
54
+ deleteBy: string = "";
55
+ dutyIndx: number = 0;
56
+ dutyText: string = "";
57
+ flowIndx: number = 0;
58
+
59
+ mastGUID: string = "";
60
+ mastName: string = "";
61
+ queuesBy: number = 0;
62
+ updateAt: number = 0;
63
+ updateBy: string = "";
64
+
65
+ cnfgName: string = "";
66
+ cnfg4Key: string = "";
67
+ cnfg4Val: string = "";
68
+ cnfgMemo: string = "";
69
+ }
@@ -1,197 +1,197 @@
1
- import { TCore } from "../index.ts";
2
- import _ from "lodash";
3
-
4
- export interface IFlowDataResponse {
5
- whoBuild: number; //#硬件实例
6
- userIndx: number; //#租户实例
7
-
8
- flowMain: number; //#审核流程
9
- flowNode: number; //#审核节点
10
- partText: string; //#角色名称
11
- nodeName: string; //#节点名称
12
-
13
- nextNode: number; //#指定节点:/flow/tflow/nextnode
14
- undoFlow: number; //#退出流程{1:退回制单}
15
- undoNode: number; //#退回节点:/flow/tflow/undonode
16
-
17
- menuUUID: string; //#单据类型
18
- entityID: string; //#单据实例
19
- billMain: number; //#单据实例
20
- billCode: string; //#单据编号
21
- billMemo: string; //#单据备注
22
- billUses: string; //#申请用途
23
- billStat: number; //#单据状态
24
- ysxmText: string; //#预算项目
25
- outMoney: number; //#申请金额
26
- createAt: number; //#创建时间
27
- mastName: string; //#制单用户(名称)
28
- mobileID: string; //审核用户手机号码
29
- createBy: string; //#制单用户(UUID)
30
-
31
- coverURL: string;
32
- dataStat: number;
33
- didFirst: number;
34
- flowStat: number;
35
- lastDate: number;
36
- lastTime: number;
37
- tablFrom: string;
38
- travelID: number;
39
-
40
- unitFrom: string; //#单位编码(CODE)
41
- unitMain: number; //#单位序号
42
-
43
- deptFrom: string; //#部门编码(CODE)
44
- deptMain: number; //#部门序号
45
-
46
- userFrom: string; //#用户标识(UUID)
47
- userMain: number; //#用户序号
48
-
49
- nextNoti: string; //#通过消息
50
- undoNoti: string; //#退回消息
51
- userNoti: string; //#抄吿消息
52
- notified: string; //#自定义消息类别(合采基);
53
-
54
- didDoubt: number; //#是否存疑
55
- doubtTxt: string; //#存疑理由
56
- statusMC: string; //#附属信息&编制状态
57
- touchURL: string; //#审核签名
58
-
59
- todo4URL: string; //待办路径
60
- todoLock: number;
61
- doneWlzf: number; //网络支付
62
-
63
- userName: string; //#受理用户(REAL)
64
- userGUID: string; //#受理用户(REAL)
65
- handleBy: string; //#受理用户(PREV)
66
- dataDate: number; //#送审时间
67
- dataTime: number; //#送审时间
68
- lastMemo: string; //#最后信息
69
- errorMsg: string; //#错误信息
70
- breakOff: number; //1主动撤回 0退回
71
- flowNodeName: string; //当前岗
72
- fromNodeName: string; //从哪里来
73
- statusBy: string; //
74
- path4Web: string;
75
- flowText: string;
76
- flowUser: string;
77
-
78
- sourceND: number;
79
- flowType: number;
80
- flowWill: number;
81
- dataFrom: number; //1手机端,0电脑端
82
- flowTypeText: string;
83
- nodePara: string;
84
-
85
- listFlow: IFlowDataResponse[];
86
- }
87
-
88
- export class TFlowDataResponse implements IFlowDataResponse {
89
- whoBuild: number = 0;
90
- userIndx: number = 0;
91
-
92
- flowMain: number = 0;
93
- flowNode: number = 0;
94
- partText: string = "";
95
- nodeName: string = "";
96
-
97
- nextNode: number = 0;
98
- undoFlow: number = 0;
99
- undoNode: number = 0;
100
-
101
- menuUUID: string = "";
102
- entityID: string = "";
103
- billMain: number = 0;
104
- billCode: string = "";
105
- billMemo: string = "";
106
- billUses: string = "";
107
- billStat: number = 0;
108
- ysxmText: string = "";
109
- outMoney: number = 0;
110
- createAt: number = 0;
111
- mastName: string = "";
112
- createBy: string = "";
113
- mobileID: string = "";
114
- coverURL: string = "";
115
- dataStat: number = 0;
116
- didFirst: number = 0;
117
- flowStat: number = 0;
118
- lastDate: number = 0;
119
- lastTime: number = 0;
120
- tablFrom: string = "";
121
- travelID: number = 0;
122
-
123
- unitFrom: string = "";
124
- unitMain: number = 0;
125
-
126
- deptFrom: string = "";
127
- deptMain: number = 0;
128
-
129
- userFrom: string = "";
130
- userMain: number = 0;
131
-
132
- nextNoti: string = "";
133
- undoNoti: string = "";
134
- userNoti: string = "";
135
- notified: string = "";
136
-
137
- didDoubt: number = 0;
138
- doubtTxt: string = "";
139
- statusMC: string = "";
140
- touchURL: string = "";
141
-
142
- todo4URL: string = "";
143
- todoLock: number = 0;
144
- doneWlzf: number = 0;
145
-
146
- userName: string = "";
147
- userGUID: string = "";
148
- handleBy: string = "";
149
- dataDate: number = 0;
150
- dataTime: number = 0;
151
- lastMemo: string = "";
152
- errorMsg: string = "";
153
- breakOff: number = 0;
154
- flowNodeName: string = "";
155
- fromNodeName: string = ""; //从哪里来
156
- statusBy: string = "";
157
- sourceND: number = 0;
158
- path4Web: string = "";
159
- flowText: string = "";
160
- flowUser: string = "";
161
-
162
- flowType: number = 0;
163
- flowWill: number = 0;
164
- dataFrom: number = 0; //1手机端,0电脑端
165
- flowTypeText: string = "";
166
-
167
- nodePara: string = "";
168
-
169
- listFlow: IFlowDataResponse[] = [];
170
-
171
- /** 转换成记录用的数据 */
172
- static toTravel(flow: IFlowDataResponse): TCore.ISysTravelResponse {
173
- const travel = new TCore.TSysTravelResponse();
174
- travel.whoBuild = flow.whoBuild;
175
- travel.flowMain = flow.flowMain;
176
- travel.flowNode = flow.flowNode;
177
- travel.billUUID = flow.entityID;
178
- travel.billMain = flow.billMain;
179
- travel.billCode = flow.billCode;
180
- travel.mastName = flow.mastName;
181
- travel.createBy = flow.createBy;
182
- travel.menuUUID = flow.menuUUID;
183
- return travel;
184
- }
185
-
186
- static toTravelData(flow?: IFlowDataResponse | IFlowDataResponse[]): TCore.ISysTravelResponse[] {
187
- if (_.isNil(flow)) {
188
- return [];
189
- }
190
- if (_.isArray(flow)) {
191
- return flow.map((u) => {
192
- return this.toTravel(u);
193
- });
194
- }
195
- return [this.toTravel(flow)];
196
- }
197
- }
1
+ import { TCore } from "../index.ts";
2
+ import _ from "lodash";
3
+
4
+ export interface IFlowDataResponse {
5
+ whoBuild: number; //#硬件实例
6
+ userIndx: number; //#租户实例
7
+
8
+ flowMain: number; //#审核流程
9
+ flowNode: number; //#审核节点
10
+ partText: string; //#角色名称
11
+ nodeName: string; //#节点名称
12
+
13
+ nextNode: number; //#指定节点:/flow/tflow/nextnode
14
+ undoFlow: number; //#退出流程{1:退回制单}
15
+ undoNode: number; //#退回节点:/flow/tflow/undonode
16
+
17
+ menuUUID: string; //#单据类型
18
+ entityID: string; //#单据实例
19
+ billMain: number; //#单据实例
20
+ billCode: string; //#单据编号
21
+ billMemo: string; //#单据备注
22
+ billUses: string; //#申请用途
23
+ billStat: number; //#单据状态
24
+ ysxmText: string; //#预算项目
25
+ outMoney: number; //#申请金额
26
+ createAt: number; //#创建时间
27
+ mastName: string; //#制单用户(名称)
28
+ mobileID: string; //审核用户手机号码
29
+ createBy: string; //#制单用户(UUID)
30
+
31
+ coverURL: string;
32
+ dataStat: number;
33
+ didFirst: number;
34
+ flowStat: number;
35
+ lastDate: number;
36
+ lastTime: number;
37
+ tablFrom: string;
38
+ travelID: number;
39
+
40
+ unitFrom: string; //#单位编码(CODE)
41
+ unitMain: number; //#单位序号
42
+
43
+ deptFrom: string; //#部门编码(CODE)
44
+ deptMain: number; //#部门序号
45
+
46
+ userFrom: string; //#用户标识(UUID)
47
+ userMain: number; //#用户序号
48
+
49
+ nextNoti: string; //#通过消息
50
+ undoNoti: string; //#退回消息
51
+ userNoti: string; //#抄吿消息
52
+ notified: string; //#自定义消息类别(合采基);
53
+
54
+ didDoubt: number; //#是否存疑
55
+ doubtTxt: string; //#存疑理由
56
+ statusMC: string; //#附属信息&编制状态
57
+ touchURL: string; //#审核签名
58
+
59
+ todo4URL: string; //待办路径
60
+ todoLock: number;
61
+ doneWlzf: number; //网络支付
62
+
63
+ userName: string; //#受理用户(REAL)
64
+ userGUID: string; //#受理用户(REAL)
65
+ handleBy: string; //#受理用户(PREV)
66
+ dataDate: number; //#送审时间
67
+ dataTime: number; //#送审时间
68
+ lastMemo: string; //#最后信息
69
+ errorMsg: string; //#错误信息
70
+ breakOff: number; //1主动撤回 0退回
71
+ flowNodeName: string; //当前岗
72
+ fromNodeName: string; //从哪里来
73
+ statusBy: string; //
74
+ path4Web: string;
75
+ flowText: string;
76
+ flowUser: string;
77
+
78
+ sourceND: number;
79
+ flowType: number;
80
+ flowWill: number;
81
+ dataFrom: number; //1手机端,0电脑端
82
+ flowTypeText: string;
83
+ nodePara: string;
84
+
85
+ listFlow: IFlowDataResponse[];
86
+ }
87
+
88
+ export class TFlowDataResponse implements IFlowDataResponse {
89
+ whoBuild: number = 0;
90
+ userIndx: number = 0;
91
+
92
+ flowMain: number = 0;
93
+ flowNode: number = 0;
94
+ partText: string = "";
95
+ nodeName: string = "";
96
+
97
+ nextNode: number = 0;
98
+ undoFlow: number = 0;
99
+ undoNode: number = 0;
100
+
101
+ menuUUID: string = "";
102
+ entityID: string = "";
103
+ billMain: number = 0;
104
+ billCode: string = "";
105
+ billMemo: string = "";
106
+ billUses: string = "";
107
+ billStat: number = 0;
108
+ ysxmText: string = "";
109
+ outMoney: number = 0;
110
+ createAt: number = 0;
111
+ mastName: string = "";
112
+ createBy: string = "";
113
+ mobileID: string = "";
114
+ coverURL: string = "";
115
+ dataStat: number = 0;
116
+ didFirst: number = 0;
117
+ flowStat: number = 0;
118
+ lastDate: number = 0;
119
+ lastTime: number = 0;
120
+ tablFrom: string = "";
121
+ travelID: number = 0;
122
+
123
+ unitFrom: string = "";
124
+ unitMain: number = 0;
125
+
126
+ deptFrom: string = "";
127
+ deptMain: number = 0;
128
+
129
+ userFrom: string = "";
130
+ userMain: number = 0;
131
+
132
+ nextNoti: string = "";
133
+ undoNoti: string = "";
134
+ userNoti: string = "";
135
+ notified: string = "";
136
+
137
+ didDoubt: number = 0;
138
+ doubtTxt: string = "";
139
+ statusMC: string = "";
140
+ touchURL: string = "";
141
+
142
+ todo4URL: string = "";
143
+ todoLock: number = 0;
144
+ doneWlzf: number = 0;
145
+
146
+ userName: string = "";
147
+ userGUID: string = "";
148
+ handleBy: string = "";
149
+ dataDate: number = 0;
150
+ dataTime: number = 0;
151
+ lastMemo: string = "";
152
+ errorMsg: string = "";
153
+ breakOff: number = 0;
154
+ flowNodeName: string = "";
155
+ fromNodeName: string = ""; //从哪里来
156
+ statusBy: string = "";
157
+ sourceND: number = 0;
158
+ path4Web: string = "";
159
+ flowText: string = "";
160
+ flowUser: string = "";
161
+
162
+ flowType: number = 0;
163
+ flowWill: number = 0;
164
+ dataFrom: number = 0; //1手机端,0电脑端
165
+ flowTypeText: string = "";
166
+
167
+ nodePara: string = "";
168
+
169
+ listFlow: IFlowDataResponse[] = [];
170
+
171
+ /** 转换成记录用的数据 */
172
+ static toTravel(flow: IFlowDataResponse): TCore.ISysTravelResponse {
173
+ const travel = new TCore.TSysTravelResponse();
174
+ travel.whoBuild = flow.whoBuild;
175
+ travel.flowMain = flow.flowMain;
176
+ travel.flowNode = flow.flowNode;
177
+ travel.billUUID = flow.entityID;
178
+ travel.billMain = flow.billMain;
179
+ travel.billCode = flow.billCode;
180
+ travel.mastName = flow.mastName;
181
+ travel.createBy = flow.createBy;
182
+ travel.menuUUID = flow.menuUUID;
183
+ return travel;
184
+ }
185
+
186
+ static toTravelData(flow?: IFlowDataResponse | IFlowDataResponse[]): TCore.ISysTravelResponse[] {
187
+ if (_.isNil(flow)) {
188
+ return [];
189
+ }
190
+ if (_.isArray(flow)) {
191
+ return flow.map((u) => {
192
+ return this.toTravel(u);
193
+ });
194
+ }
195
+ return [this.toTravel(flow)];
196
+ }
197
+ }
@@ -1,7 +1,7 @@
1
- export interface IFlowDutyNodeParaConv {
2
- pathType: number[];
3
- }
4
-
5
- export class TFlowDutyNodeParaConv implements IFlowDutyNodeParaConv {
6
- pathType: number[] = [];
7
- }
1
+ export interface IFlowDutyNodeParaConv {
2
+ pathType: number[];
3
+ }
4
+
5
+ export class TFlowDutyNodeParaConv implements IFlowDutyNodeParaConv {
6
+ pathType: number[] = [];
7
+ }