@ningboyz/types 1.6.60 → 1.6.61

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 (432) 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 +71 -71
  6. package/src/antv/IAntvMainResponse.ts +69 -69
  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 +370 -370
  18. package/src/bill/index.ts +5 -5
  19. package/src/card/ICardBookResponse.ts +127 -127
  20. package/src/card/ICardDataBillResponse.ts +65 -65
  21. package/src/card/ICardDataResponse.ts +402 -402
  22. package/src/card/ICardFromResponse.ts +78 -78
  23. package/src/card/ICardFwczResponse.ts +221 -221
  24. package/src/card/ICardHyhbBillResponse.ts +105 -105
  25. package/src/card/ICardHyhbResponse.ts +95 -95
  26. package/src/card/ICardMainFindResponse.ts +95 -95
  27. package/src/card/ICardMainResponse.ts +840 -840
  28. package/src/card/ICardRoomResponse.ts +299 -299
  29. package/src/card/IGblbResponse.ts +138 -138
  30. package/src/card/IP4pzResponse.ts +68 -68
  31. package/src/card/ISyszclbgblbResponse.ts +67 -67
  32. package/src/card/ISyszclbgblbResponse.ts~ +67 -0
  33. package/src/card/IZcbdResponse.ts +205 -205
  34. package/src/card/IZccfResponse.ts +232 -232
  35. package/src/card/IZcczResponse.ts +222 -222
  36. package/src/card/IZcdbResponse.ts +237 -237
  37. package/src/card/IZclbResponse.ts +138 -138
  38. package/src/card/IZclbgblbResponse.ts~ +68 -0
  39. package/src/card/IZczjPropResponse.ts +97 -97
  40. package/src/card/IZczjResponse.ts +121 -121
  41. package/src/card/index.ts +62 -62
  42. package/src/cggz/ICggzBillResponse.ts +69 -69
  43. package/src/cggz/ICggzMainResponse.ts +188 -188
  44. package/src/cggz/index.ts +4 -4
  45. package/src/clas/IClasAttrResponse.ts +69 -69
  46. package/src/clas/IClasMainResponse.ts +67 -67
  47. package/src/conf/ICnfgMainResponse.ts +83 -83
  48. package/src/conf/IConfig.ts +87 -87
  49. package/src/conf/index.ts +3 -3
  50. package/src/const/const_align.ts +15 -15
  51. package/src/const/const_audit.ts +34 -34
  52. package/src/const/const_bizCode.ts +3 -3
  53. package/src/const/const_card.ts +21 -21
  54. package/src/const/const_clas.ts +72 -72
  55. package/src/const/const_cnfg.ts +96 -96
  56. package/src/const/const_data_from.ts +14 -14
  57. package/src/const/const_elem.ts +99 -99
  58. package/src/const/const_error_key.ts +4 -4
  59. package/src/const/const_flow.ts +7 -7
  60. package/src/const/const_gams_mode.ts +5 -5
  61. package/src/const/const_glpz_mode.ts +2 -2
  62. package/src/const/const_gzlm.ts +39 -39
  63. package/src/const/const_hznj.ts +4 -4
  64. package/src/const/const_hznk.ts +38 -38
  65. package/src/const/const_hznt.ts +72 -72
  66. package/src/const/const_module.ts +122 -122
  67. package/src/const/const_myoa.ts +92 -92
  68. package/src/const/const_p4pt.ts +8 -8
  69. package/src/const/const_page_mode.ts +8 -8
  70. package/src/const/const_part.ts +25 -25
  71. package/src/const/const_read.ts +2 -2
  72. package/src/const/const_stat.ts +400 -400
  73. package/src/const/const_take_type.ts +9 -9
  74. package/src/const/const_todo.ts +45 -45
  75. package/src/const/const_travel.ts +8 -8
  76. package/src/const/const_type.ts +66 -66
  77. package/src/const/const_type_name.ts +340 -340
  78. package/src/const/const_user.ts +2 -2
  79. package/src/const/const_user_acno.ts +6 -6
  80. package/src/const/const_vary.ts +1 -1
  81. package/src/const/const_wldy_item_type.ts +4 -4
  82. package/src/const/const_wtui_item_type.ts +30 -30
  83. package/src/const/const_wtui_item_type.ts~ +20 -0
  84. package/src/const/const_yiha.ts +32 -32
  85. package/src/const/const_zbzd.ts +10 -10
  86. package/src/const/index.ts +75 -75
  87. package/src/core/ICoreValidResponse.ts +21 -21
  88. package/src/core/IDeptBindResponse.ts +65 -65
  89. package/src/core/IDeptLiteResponse.ts +45 -45
  90. package/src/core/IDeptResponse.ts +195 -195
  91. package/src/core/IDictResponse.ts +188 -188
  92. package/src/core/IDictResponseConf.ts +7 -7
  93. package/src/core/IDictResponseDictPara.ts +110 -110
  94. package/src/core/IEnvrResponse.ts +97 -97
  95. package/src/core/ILaidResponse.ts +171 -171
  96. package/src/core/IPartResponse.ts +135 -135
  97. package/src/core/IPathResponse.ts +140 -140
  98. package/src/core/IPathResponsePartPara.ts +17 -17
  99. package/src/core/ISourceItem.ts +55 -55
  100. package/src/core/IStypResponse.ts +45 -45
  101. package/src/core/ISysClasResponse.ts +57 -57
  102. package/src/core/ISysKjndResponse.ts +55 -55
  103. package/src/core/ISysMenuWithCoreResponse.ts +160 -160
  104. package/src/core/ISysMenuWithCoreResponseMenuPara.ts +3 -3
  105. package/src/core/ISysMenuWithExpdResponse.ts +320 -320
  106. package/src/core/ISysTravelResponse.ts +144 -144
  107. package/src/core/ITypeResponse.ts +134 -134
  108. package/src/core/IUnitBindResponse.ts +62 -62
  109. package/src/core/IUnitResponse.ts +276 -276
  110. package/src/core/IUnitResponseElemPara.ts +11 -11
  111. package/src/core/IUserAcnoResponse.ts +184 -184
  112. package/src/core/IUserBodyResponse.ts +151 -151
  113. package/src/core/IUserFindResponse.ts +140 -140
  114. package/src/core/IUserLiteResponse.ts +167 -167
  115. package/src/core/IUserMemoResponse.ts +69 -69
  116. package/src/core/IUserPartResponse.ts +170 -170
  117. package/src/core/IUserResponse.ts +502 -502
  118. package/src/core/IUserSzdwResponse.ts +165 -165
  119. package/src/core/IWebSocketResponse.ts +41 -41
  120. package/src/core/index.ts +90 -90
  121. package/src/cron/ICronMainResponse.ts +176 -176
  122. package/src/cron/index.ts +3 -3
  123. package/src/custom/IValidReponse.ts +11 -11
  124. package/src/custom/index.ts +3 -3
  125. package/src/decorators/DConfigManager.ts +23 -23
  126. package/src/decorators/DConfigProperty.ts +7 -7
  127. package/src/decorators/IConfigProperty.ts +32 -32
  128. package/src/decorators/index.ts +4 -4
  129. package/src/elem/IElemDataResponse.ts +102 -102
  130. package/src/elem/IElemElemResponse.ts +102 -102
  131. package/src/elem/ISysElemResponse.ts +51 -51
  132. package/src/elem/index.ts +4 -4
  133. package/src/enums/btnMode.ts +199 -199
  134. package/src/enums/cardMode.ts +28 -28
  135. package/src/enums/doneMode.ts +8 -8
  136. package/src/enums/editMode.ts +24 -24
  137. package/src/enums/emitterType.ts +6 -6
  138. package/src/enums/formType.ts +10 -10
  139. package/src/enums/index.ts +13 -13
  140. package/src/enums/storeId.ts +14 -14
  141. package/src/enums/usesStat.ts +14 -14
  142. package/src/enums/viewMode.ts +7 -7
  143. package/src/enums/whatDone.ts +30 -30
  144. package/src/expd/IExpdBAXQResponse.ts +61 -61
  145. package/src/expd/IExpdCallResponse.ts +57 -57
  146. package/src/expd/IExpdCardResponse.ts +102 -102
  147. package/src/expd/IExpdCashResponse.ts +75 -75
  148. package/src/expd/IExpdGkzfResponse.ts +143 -143
  149. package/src/expd/IExpdGkzfSkdwResponse.ts +89 -89
  150. package/src/expd/IExpdHYHBResponse.ts +53 -53
  151. package/src/expd/IExpdHYMXResponse.ts +61 -61
  152. package/src/expd/IExpdLfmxResponse.ts +56 -56
  153. package/src/expd/IExpdMainResponse.ts +552 -552
  154. package/src/expd/IExpdP2pzResponse.ts +59 -59
  155. package/src/expd/IExpdP5pzResponse.ts +57 -57
  156. package/src/expd/IExpdSZMXResponse.ts +66 -66
  157. package/src/expd/IViewLockResponse.ts +63 -63
  158. package/src/expd/index.ts +41 -41
  159. package/src/find/IRangeVal.ts +11 -11
  160. package/src/find/index.ts +3 -3
  161. package/src/flow/IFlowBillResponse.ts +55 -55
  162. package/src/flow/IFlowCnfgResponse.ts +69 -69
  163. package/src/flow/IFlowDataResponse.ts +207 -207
  164. package/src/flow/IFlowDutyNodeParaConv.ts +7 -7
  165. package/src/flow/IFlowDutyResponse.ts +85 -85
  166. package/src/flow/IFlowMainResponse.ts +126 -126
  167. package/src/flow/IFlowNodeResponse.ts +515 -515
  168. package/src/flow/IFlowTypeResponse.ts +3 -3
  169. package/src/flow/IFlowUservoidResponse.ts +35 -35
  170. package/src/flow/IFlowVoidResponse.ts +73 -73
  171. package/src/flow/index.ts +43 -43
  172. package/src/gams/IGamsBillResponse.ts +348 -348
  173. package/src/gams/IGamsCnfgResponse.ts +79 -79
  174. package/src/gams/IGamsEachResponse.ts +67 -67
  175. package/src/gams/IGamsItemResponse.ts +109 -109
  176. package/src/gams/IGamsK0kmResponse.ts +97 -97
  177. package/src/gams/IGamsK8kmResponse.ts +158 -158
  178. package/src/gams/IGamsMainResponse.ts +223 -223
  179. package/src/gams/IGamsTypeResponse.ts +113 -113
  180. package/src/gams/IGamsWtdwResponse.ts +62 -62
  181. package/src/gams/index.ts +27 -27
  182. package/src/grow/IGrowViewErrorMsg.ts +13 -13
  183. package/src/grow/IGrowViewResponse.ts +59 -59
  184. package/src/grow/index.ts +4 -4
  185. package/src/gzjg/IGzjgBodyLockResponse.ts +65 -65
  186. package/src/gzjg/IGzjgGzlmLandResponse.ts +88 -88
  187. package/src/gzjg/IGzjgGzlmResponse.ts +193 -193
  188. package/src/gzjg/IGzjgGzlmResponseGzlmPara.ts +25 -25
  189. package/src/gzjg/IGzjgGzlmWithResponse.ts +88 -88
  190. package/src/gzjg/IGzjgMainResponse.ts +240 -240
  191. package/src/gzjg/IGzjgMainResponseGzjgPara.ts +31 -31
  192. package/src/gzjg/IGzjgMainResponseWithYZPZ.ts +41 -41
  193. package/src/gzjg/IGzjgQzgsResponse.ts +55 -55
  194. package/src/gzjg/index.ts +30 -30
  195. package/src/gztb/IGztbMainResponse.ts +132 -132
  196. package/src/gztb/index.ts +3 -3
  197. package/src/gzzd/ICellEditResponse.ts +47 -47
  198. package/src/gzzd/IGzzdBillResponse.ts +160 -160
  199. package/src/gzzd/IGzzdLineResponse.ts +19 -19
  200. package/src/gzzd/IGzzdMainResponse.ts +218 -218
  201. package/src/gzzd/index.ts +6 -6
  202. package/src/hzcb/IHzcbMainResponse.ts +322 -322
  203. package/src/hzcb/IHzcbNdjhBillResponse.ts +97 -97
  204. package/src/hzcb/IHzcbNdjhResponse.ts +199 -199
  205. package/src/hzcb/IHzcbNodeResponse.ts +64 -64
  206. package/src/hzcb/IHzcbRypqResponse.ts +258 -258
  207. package/src/hzcb/IHzcbTdssResponse.ts +211 -211
  208. package/src/hzcb/IHzcbXmssBillResponse.ts +55 -55
  209. package/src/hzcb/IHzcbXmssResponse.ts +199 -199
  210. package/src/hzcb/IHzcbXmtzBillResponse.ts +109 -109
  211. package/src/hzcb/IHzcbXmtzResponse.ts +208 -208
  212. package/src/hzcb/IHzcbXmykResponse.ts +248 -248
  213. package/src/hzcb/IHzcbZjlyResponse.ts +73 -73
  214. package/src/hzcb/index.ts +39 -39
  215. package/src/hznj/IHznjBaseItemResponse.ts +119 -119
  216. package/src/hznj/IHznjBasePathResponse.ts +53 -53
  217. package/src/hznj/IHznjBaseResponse.ts +170 -170
  218. package/src/hznj/IHznjBillResponse.ts +127 -127
  219. package/src/hznj/IHznjDzqrResponse.ts +205 -205
  220. package/src/hznj/IHznjMainResponse.ts +241 -241
  221. package/src/hznj/IHznjNotiBillResponse.ts +273 -273
  222. package/src/hznj/IHznjNotiResponse.ts +237 -237
  223. package/src/hznj/IHznjRwqxResponse.ts +198 -198
  224. package/src/hznj/IHznjXmjjItemResponse.ts +99 -99
  225. package/src/hznj/IHznjXmjjResponse.ts +211 -211
  226. package/src/hznj/IHznjXmsyCjdwResponse.ts +89 -89
  227. package/src/hznj/IHznjXmsyItemResponse.ts +110 -110
  228. package/src/hznj/IHznjXmsyResponse.ts +334 -334
  229. package/src/hznj/IHznjXmsyWtdwResponse.ts +165 -165
  230. package/src/hznj/IHznjZbczBillResponse.ts +63 -63
  231. package/src/hznj/IHznjZbczItemResponse.ts +91 -91
  232. package/src/hznj/IHznjZbczResponse.ts +202 -202
  233. package/src/hznj/IHznjZbjgBillResponse.ts +93 -93
  234. package/src/hznj/IHznjZbjgItemResponse.ts +159 -159
  235. package/src/hznj/IHznjZbjgResponse.ts +215 -215
  236. package/src/hznj/IHznjZblrBillResponse.ts +65 -65
  237. package/src/hznj/IHznjZblrItemResponse.ts +104 -104
  238. package/src/hznj/IHznjZblrResponse.ts +202 -202
  239. package/src/hznj/IHznjZblyBillResponse.ts +66 -66
  240. package/src/hznj/IHznjZblyItemResponse.ts +112 -112
  241. package/src/hznj/IHznjZblyResponse.ts +219 -219
  242. package/src/hznj/IHznjZbthBillResponse.ts +63 -63
  243. package/src/hznj/IHznjZbthItemResponse.ts +109 -109
  244. package/src/hznj/IHznjZbthResponse.ts +208 -208
  245. package/src/hznj/index.ts +105 -105
  246. package/src/hznk/IHznkBaseNbyhResponse.ts +49 -49
  247. package/src/hznk/IHznkBasePathResponse.ts +47 -47
  248. package/src/hznk/IHznkBaseResponse.ts +231 -231
  249. package/src/hznk/IHznkBaseWbdwResponse.ts +55 -55
  250. package/src/hznk/IHznkBaseWbyhResponse.ts +49 -49
  251. package/src/hznk/IHznkDataBillResponse.ts +77 -77
  252. package/src/hznk/IHznkDataDeptResponse.ts +51 -51
  253. package/src/hznk/IHznkDataEachResponse.ts +49 -49
  254. package/src/hznk/IHznkDataItemResponse.ts +71 -71
  255. package/src/hznk/IHznkDataNbyhResponse.ts +56 -56
  256. package/src/hznk/IHznkDataPathResponse.ts +47 -47
  257. package/src/hznk/IHznkDataResponse.ts +374 -374
  258. package/src/hznk/IHznkFydwBillResponse.ts +93 -93
  259. package/src/hznk/IHznkFydwDeptResponse.ts +53 -53
  260. package/src/hznk/IHznkFydwFromResponse.ts +47 -47
  261. package/src/hznk/IHznkFydwItemResponse.ts +77 -77
  262. package/src/hznk/IHznkFydwPathResponse.ts +47 -47
  263. package/src/hznk/IHznkFydwResponse.ts +196 -196
  264. package/src/hznk/IHznkFydwWbdwResponse.ts +77 -77
  265. package/src/hznk/IHznkFytqBillResponse.ts +51 -51
  266. package/src/hznk/IHznkFytqResponse.ts +198 -198
  267. package/src/hznk/IHznkMainNbyhResponse.ts +49 -49
  268. package/src/hznk/IHznkMainResponse.ts +258 -258
  269. package/src/hznk/IHznkMainRwzbResponse.ts +57 -57
  270. package/src/hznk/IHznkMainWbdwResponse.ts +54 -54
  271. package/src/hznk/IHznkMainWbyhResponse.ts +49 -49
  272. package/src/hznk/IHznkNoteFromResponse.ts +47 -47
  273. package/src/hznk/IHznkNotePathResponse.ts +47 -47
  274. package/src/hznk/IHznkNoteResponse.ts +173 -173
  275. package/src/hznk/IHznkXmysDeptResponse.ts +51 -51
  276. package/src/hznk/IHznkXmysItemResponse.ts +57 -57
  277. package/src/hznk/IHznkXmysResponse.ts +222 -222
  278. package/src/hznk/IHznkXmysYsxqResponse.ts +51 -51
  279. package/src/hznk/IHznkYssqResponse.ts +201 -201
  280. package/src/hznk/IHznkYssqYsxqResponse.ts +51 -51
  281. package/src/hznk/index.ts +110 -110
  282. package/src/index.ts +115 -115
  283. package/src/japz/IJapzCnfgResponse.ts +82 -82
  284. package/src/japz/IJapzItemResponse.ts +148 -148
  285. package/src/japz/IJapzK0kmResponse.ts +74 -74
  286. package/src/japz/IJapzK7kmResponse.ts +84 -84
  287. package/src/japz/IJapzK8kmResponse.ts +95 -95
  288. package/src/japz/IJapzK9kmResponse.ts +82 -82
  289. package/src/japz/index.ts +21 -21
  290. package/src/japz/readme.md +8 -8
  291. package/src/load/ILoadCellResponse.ts +53 -53
  292. package/src/load/ILoadDataResponse.ts +54 -54
  293. package/src/load/ILoadLineResponse.ts +11 -11
  294. package/src/load/ILoadMainResponse.ts +116 -116
  295. package/src/load/ILoadNsdwResponse.ts +96 -96
  296. package/src/load/ILoadZydwResponse.ts +65 -65
  297. package/src/load/IYqdwResponse.ts +65 -65
  298. package/src/load/IYqkbResponse.ts +65 -65
  299. package/src/load/IYqkmResponse.ts +51 -51
  300. package/src/load/index.ts +30 -30
  301. package/src/micro/appData.ts +29 -29
  302. package/src/micro/appName.ts +8 -8
  303. package/src/micro/appTab.ts +15 -15
  304. package/src/micro/index.ts +6 -6
  305. package/src/myoa/IMyoaCashResponse.ts +107 -107
  306. package/src/myoa/IMyoaMainResponse.ts +579 -579
  307. package/src/myoa/IMyoaPGDWResponse.ts +49 -49
  308. package/src/myoa/IMyoaRoomResponse.ts +106 -106
  309. package/src/myoa/index.ts +6 -6
  310. package/src/noti/INotiMainResponse.ts +484 -484
  311. package/src/noti/index.ts +3 -3
  312. package/src/pzpt/IPzptCnfgMoreResponse.ts +68 -68
  313. package/src/pzpt/IPzptCnfgResponse.ts +171 -171
  314. package/src/pzpt/IPzptGlfaResponse.ts +84 -84
  315. package/src/pzpt/IPzptGlkmResponse.ts +98 -98
  316. package/src/pzpt/IPzptGlkmfdResponse.ts +59 -59
  317. package/src/pzpt/IPzptGlkmzdResponse.ts +59 -59
  318. package/src/pzpt/IPzptItemResponse.ts +104 -104
  319. package/src/pzpt/IPzptK0kmResponse.ts +69 -69
  320. package/src/pzpt/IPzptK8kmResponse.ts +183 -183
  321. package/src/pzpt/IPzptKbkmResponse.ts +139 -139
  322. package/src/pzpt/IPzptPzpzDataResponse.ts +79 -79
  323. package/src/pzpt/IPzptPzpzP6pzResponse.ts +138 -138
  324. package/src/pzpt/IPzptPzpzResponse.ts +116 -116
  325. package/src/pzpt/IPzptTypeResponse.ts +88 -88
  326. package/src/pzpt/IPzptUkkmResponse.ts +87 -87
  327. package/src/pzpt/index.ts +42 -42
  328. package/src/response/IResponse.ts +54 -54
  329. package/src/response/index.ts +2 -2
  330. package/src/stim/IStimulSoftData.ts +15 -15
  331. package/src/stim/IStimulsoftPrintData.ts +9 -9
  332. package/src/stim/index.ts +4 -4
  333. package/src/store/dateState.ts +64 -64
  334. package/src/store/index.ts +8 -8
  335. package/src/store/menuState.ts +9 -9
  336. package/src/store/tabsState.ts +13 -13
  337. package/src/store/userState.ts +50 -50
  338. package/src/store/viewState.ts +9 -9
  339. package/src/tabl/ITablDataResponse.ts +72 -72
  340. package/src/tabl/ITablLineResponse.ts +13 -13
  341. package/src/tabl/ITablMainResponse.ts +208 -208
  342. package/src/tabl/ITablWzk8Response.ts +105 -105
  343. package/src/tabl/index.ts +6 -6
  344. package/src/take/ITakeBillResponse.ts +144 -144
  345. package/src/take/ITakeMainResponse.ts +227 -227
  346. package/src/take/index.ts +4 -4
  347. package/src/talk/ITalkMainResponse.ts +117 -117
  348. package/src/talk/index.ts +3 -3
  349. package/src/task/ITaskMainResponse.ts +121 -121
  350. package/src/task/index.ts +3 -3
  351. package/src/vary/IVaryBillResponse.ts +69 -69
  352. package/src/vary/IVaryMainResponse.ts +194 -194
  353. package/src/vary/index.ts +4 -4
  354. package/src/wldy/IWldyDataResponse.ts +70 -70
  355. package/src/wldy/IWldyItemResponse.ts +74 -74
  356. package/src/wldy/IWldyPageParaResponse.ts +42 -42
  357. package/src/wldy/IWldyPageResponse.ts +114 -114
  358. package/src/wldy/index.ts +18 -18
  359. package/src/wlzf/IWlzfEnvrResponse.ts +116 -116
  360. package/src/wlzf/index.ts +3 -3
  361. package/src/wtui/ITodoResponse.ts +20 -20
  362. package/src/wtui/IViewCtrlResponse.ts +164 -164
  363. package/src/wtui/IWtuiColWidthResponse.ts +53 -53
  364. package/src/wtui/IWtuiFormParaResponse.ts +21 -21
  365. package/src/wtui/IWtuiFormResponse.ts +92 -92
  366. package/src/wtui/IWtuiItemCalc.ts +36 -36
  367. package/src/wtui/IWtuiItemEffect.ts +43 -43
  368. package/src/wtui/IWtuiItemParaResponse.ts +85 -85
  369. package/src/wtui/IWtuiItemResponse.ts +116 -116
  370. package/src/wtui/IWtuiMainResponse.ts +114 -114
  371. package/src/wtui/IWtuiNodeResponse.ts +81 -81
  372. package/src/wtui/IWtuiOperateResponse.ts +80 -80
  373. package/src/wtui/IWtuiRootResponse.ts +62 -62
  374. package/src/wtui/IWtuiTodoResponse.ts +103 -103
  375. package/src/wtui/IWtuiTodoResponseTodoPara.ts +9 -9
  376. package/src/wtui/IWtuiTodoResponseWithPara.ts +57 -57
  377. package/src/wtui/IWtuiUserCnfgResponse.ts +141 -141
  378. package/src/wtui/IWtuiViewResponse.ts +91 -91
  379. package/src/wtui/IWtuiZoneResponse.ts +61 -61
  380. package/src/wtui/index.ts +61 -61
  381. package/src/wzpz/IWzWithParaResponse.ts +147 -147
  382. package/src/wzpz/IWzpzCnfgResponse.ts +106 -106
  383. package/src/wzpz/IWzpzItemResponse.ts +81 -81
  384. package/src/wzpz/IWzpzK0kmResponse.ts +94 -94
  385. package/src/wzpz/IWzpzK8kmResponse.ts +180 -180
  386. package/src/wzpz/IWzpzKbkmResponse.ts +124 -124
  387. package/src/wzpz/IWzpzPckmResponse.ts +49 -49
  388. package/src/wzpz/IWzpzTypeResponse.ts +114 -114
  389. package/src/wzpz/IWzpzUserBodyResponse.ts +153 -153
  390. package/src/wzpz/IWzpzUserK0kmResponse.ts +69 -69
  391. package/src/wzpz/IWzpzUserK8kmResponse.ts +68 -68
  392. package/src/wzpz/index.ts +37 -37
  393. package/src/yzcb/ICbjgMainResponse.ts +133 -133
  394. package/src/yzcb/IYzcbBillResponse.ts +49 -49
  395. package/src/yzcb/IYzcbMainResponse.ts +189 -189
  396. package/src/yzcb/index.ts +5 -5
  397. package/src/yzcg/IYzcgBillResponse.ts +72 -72
  398. package/src/yzcg/IYzcgGshdResponse.ts +59 -59
  399. package/src/yzcg/IYzcgLockResponse.ts +41 -41
  400. package/src/yzcg/IYzcgMainResponse.ts +325 -325
  401. package/src/yzcg/index.ts +6 -6
  402. package/src/yzcq/IYzcqMainResponse.ts +120 -120
  403. package/src/yzcq/index.ts +3 -3
  404. package/src/yzht/IYzhtBillResponse.ts +194 -194
  405. package/src/yzht/IYzhtDzmxResponse.ts +61 -61
  406. package/src/yzht/IYzhtFymxResponse.ts +115 -115
  407. package/src/yzht/IYzhtGlfdResponse.ts +53 -53
  408. package/src/yzht/IYzhtGlpzResponse.ts +52 -52
  409. package/src/yzht/IYzhtGlzdResponse.ts +56 -56
  410. package/src/yzht/IYzhtMainResponse.ts +831 -831
  411. package/src/yzht/index.ts +24 -24
  412. package/src/yzpz/IYzpzCnfgResponse.ts +95 -95
  413. package/src/yzpz/IYzpzItemResponse.ts +83 -83
  414. package/src/yzpz/IYzpzK0kmResponse.ts +73 -73
  415. package/src/yzpz/IYzpzK8kmResponse.ts +162 -162
  416. package/src/yzpz/IYzpzKbkmResponse.ts +86 -86
  417. package/src/yzpz/IYzpzTypeResponse.ts +96 -96
  418. package/src/yzpz/IYzpzTypeResponseConf.ts +7 -7
  419. package/src/yzpz/index.ts +24 -24
  420. package/src/zbhd/IZbhdMainResponese.ts +246 -246
  421. package/src/zbhd/IZbzdCnfgResponse.ts +84 -84
  422. package/src/zbhd/index.ts +4 -4
  423. package/src/zbzd/IZbzbZbflResponse.ts +254 -254
  424. package/src/zbzd/IZbzdMainResponse.ts +418 -418
  425. package/src/zbzd/index.ts +4 -4
  426. package/src/zfht/IZfhtResponse.ts +103 -103
  427. package/src/zfht/index.ts +3 -3
  428. package/src/zfsq/IZfsqResponse.ts +193 -193
  429. package/src/zfsq/index.ts +3 -3
  430. package/tsconfig.json +22 -22
  431. package/vite.config.ts +33 -33
  432. package/pnpm-lock.yaml +0 -966
@@ -1,2 +1,2 @@
1
- export const LOGIN_USER = "LOGIN_USER";
2
- export const USER_SESSION_INFO = "USER_SESSION_INFO";
1
+ export const LOGIN_USER = "LOGIN_USER";
2
+ export const USER_SESSION_INFO = "USER_SESSION_INFO";
@@ -1,6 +1,6 @@
1
- export const USER_ACNO_DATA_TYPE_NULL = -1;
2
- export const USER_ACNO_DATA_TYPE_收款单位 = 0;
3
- export const USER_ACNO_DATA_TYPE_师资单位 = 1;
4
- export const USER_ACNO_DATA_TYPE_付款单位 = 2;
5
-
6
- export type TSkdwType = typeof USER_ACNO_DATA_TYPE_NULL | typeof USER_ACNO_DATA_TYPE_收款单位 | typeof USER_ACNO_DATA_TYPE_师资单位 | typeof USER_ACNO_DATA_TYPE_付款单位;
1
+ export const USER_ACNO_DATA_TYPE_NULL = -1;
2
+ export const USER_ACNO_DATA_TYPE_收款单位 = 0;
3
+ export const USER_ACNO_DATA_TYPE_师资单位 = 1;
4
+ export const USER_ACNO_DATA_TYPE_付款单位 = 2;
5
+
6
+ export type TSkdwType = typeof USER_ACNO_DATA_TYPE_NULL | typeof USER_ACNO_DATA_TYPE_收款单位 | typeof USER_ACNO_DATA_TYPE_师资单位 | typeof USER_ACNO_DATA_TYPE_付款单位;
@@ -1 +1 @@
1
- export const CONST_SYS_CLASC_TO_VARY_某农科院 = 1049;
1
+ export const CONST_SYS_CLASC_TO_VARY_某农科院 = 1049;
@@ -1,4 +1,4 @@
1
- export const CONST_WLDY_ITEM_TYPE_TO_数值 = 0; // #数值
2
- export const CONST_WLDY_ITEM_TYPE_TO_文本 = 1; // #文本
3
- export const CONST_WLDY_ITEM_TYPE_TO_图片 = 2; // #图片
4
- export const CONST_WLDY_ITEM_TYPE_TO_二维码 = 3; // #二维码
1
+ export const CONST_WLDY_ITEM_TYPE_TO_数值 = 0; // #数值
2
+ export const CONST_WLDY_ITEM_TYPE_TO_文本 = 1; // #文本
3
+ export const CONST_WLDY_ITEM_TYPE_TO_图片 = 2; // #图片
4
+ export const CONST_WLDY_ITEM_TYPE_TO_二维码 = 3; // #二维码
@@ -1,30 +1,30 @@
1
- export const CONST_ITEM_TYPE_TO_数值 = 0; // #数值
2
- export const CONST_ITEM_TYPE_TO_文本 = 1; // #文本
3
- export const CONST_ITEM_TYPE_TO_文本域 = 2; // #备注
4
- export const CONST_ITEM_TYPE_TO_日期 = 3; // #日期
5
- export const CONST_ITEM_TYPE_TO_字典 = 4; // #字典
6
- export const CONST_ITEM_TYPE_TO_单选 = 5; // #单选
7
- export const CONST_ITEM_TYPE_TO_部门 = 6; // #部门
8
- export const CONST_ITEM_TYPE_TO_弹窗 = 7; // #弹窗
9
- export const CONST_ITEM_TYPE_TO_单据状态 = 8; // #单据状态
10
- /** 单独的是或否(1,0)选择 */
11
- export const CONST_ITEM_TYPE_TO_是或否 = 9;
12
-
13
- export const CONST_VALIDATE_TO_弹窗 = 1001; //弹窗
14
- export const CONST_MODAL_DOUBLE_TABLE_弹窗 = 1002; //表格弹窗
15
- export const CONST_IMAGE_UPLOAD_图片 = 1003; //图片上传
16
-
17
- export const CONST_VALIDATE_TO_手机号码 = 0; // #整数
18
- export const CONST_VALIDATE_TO_邮箱 = 1; // #文本
19
- export const CONST_VALIDATE_TO_身份证 = 2; // #备注
20
- export const CONST_VALIDATE_TO_自定义 = 3;
21
-
22
- export const CONST_CLEARABLE_TO_不清空 = 0; //不清空
23
- export const CONST_CLEARABLE_TO_清空 = 1; //清空
24
- export const CONST_CLEARABLE_TO_询问 = 2; //询问
25
-
26
- export const CONST_OPERATOR_TO_大于 = 0; //大于
27
- export const CONST_OPERATOR_TO_等于 = 1; //等于
28
- export const CONST_OPERATOR_TO_小于 = 2; //小于
29
- export const CONST_OPERATOR_TO_大于等于 = 3; //大于等于
30
- export const CONST_OPERATOR_TO_小于等于 = 4; //小于等于
1
+ export const CONST_ITEM_TYPE_TO_数值 = 0; // #数值
2
+ export const CONST_ITEM_TYPE_TO_文本 = 1; // #文本
3
+ export const CONST_ITEM_TYPE_TO_文本域 = 2; // #备注
4
+ export const CONST_ITEM_TYPE_TO_日期 = 3; // #日期
5
+ export const CONST_ITEM_TYPE_TO_字典 = 4; // #字典
6
+ export const CONST_ITEM_TYPE_TO_单选 = 5; // #单选
7
+ export const CONST_ITEM_TYPE_TO_部门 = 6; // #部门
8
+ export const CONST_ITEM_TYPE_TO_弹窗 = 7; // #弹窗
9
+ export const CONST_ITEM_TYPE_TO_单据状态 = 8; // #单据状态
10
+ /** 单独的是或否(1,0)选择 */
11
+ export const CONST_ITEM_TYPE_TO_是或否 = 9;
12
+
13
+ export const CONST_VALIDATE_TO_弹窗 = 1001; //弹窗
14
+ export const CONST_MODAL_DOUBLE_TABLE_弹窗 = 1002; //表格弹窗
15
+ export const CONST_IMAGE_UPLOAD_图片 = 1003; //图片上传
16
+
17
+ export const CONST_VALIDATE_TO_手机号码 = 0; // #整数
18
+ export const CONST_VALIDATE_TO_邮箱 = 1; // #文本
19
+ export const CONST_VALIDATE_TO_身份证 = 2; // #备注
20
+ export const CONST_VALIDATE_TO_自定义 = 3;
21
+
22
+ export const CONST_CLEARABLE_TO_不清空 = 0; //不清空
23
+ export const CONST_CLEARABLE_TO_清空 = 1; //清空
24
+ export const CONST_CLEARABLE_TO_询问 = 2; //询问
25
+
26
+ export const CONST_OPERATOR_TO_大于 = 0; //大于
27
+ export const CONST_OPERATOR_TO_等于 = 1; //等于
28
+ export const CONST_OPERATOR_TO_小于 = 2; //小于
29
+ export const CONST_OPERATOR_TO_大于等于 = 3; //大于等于
30
+ export const CONST_OPERATOR_TO_小于等于 = 4; //小于等于
@@ -0,0 +1,20 @@
1
+ export const CONST_ITEM_TYPE_TO_数值 = 0; // #数值
2
+ export const CONST_ITEM_TYPE_TO_文本 = 1; // #文本
3
+ export const CONST_ITEM_TYPE_TO_文本域 = 2; // #备注
4
+ export const CONST_ITEM_TYPE_TO_日期 = 3; // #日期
5
+ export const CONST_ITEM_TYPE_TO_字典 = 4; // #字典
6
+
7
+ export const CONST_VALIDATE_TO_手机号码 = 0; // #整数
8
+ export const CONST_VALIDATE_TO_邮箱 = 1; // #文本
9
+ export const CONST_VALIDATE_TO_身份证 = 2; // #备注
10
+ export const CONST_VALIDATE_TO_自定义 = 3;
11
+
12
+ export const CONST_CLEARABLE_TO_不清空 = 0; //不清空
13
+ export const CONST_CLEARABLE_TO_清空 = 1; //清空
14
+ export const CONST_CLEARABLE_TO_询问 = 2; //询问
15
+
16
+ export const CONST_OPERATOR_TO_大于 = 0; //大于
17
+ export const CONST_OPERATOR_TO_等于 = 1; //等于
18
+ export const CONST_OPERATOR_TO_小于 = 2; //小于
19
+ export const CONST_OPERATOR_TO_大于等于 = 3; //大于等于
20
+ export const CONST_OPERATOR_TO_小于等于 = 4; //小于等于
@@ -1,32 +1,32 @@
1
- export const CONST_WLZF_TYIHA_NBYH_YIHA_CODE = "NBYH";
2
- export const CONST_WLZF_TYIHA_NBYH_YIHA_NAME = "宁波银行";
3
-
4
- export const CONST_WLZF_TYIHA_YZYH_YIHA_CODE = "YZYH";
5
- export const CONST_WLZF_TYIHA_YZYH_YIHA_NAME = "鄞州银行";
6
-
7
- export const CONST_WLZF_TYIHA_PFYH_YIHA_CODE = "PFYH";
8
- export const CONST_WLZF_TYIHA_PFYH_YIHA_NAME = "浦发银行";
9
-
10
- export const CONST_WLZF_TYIHA_NYYH_YIHA_CODE = "NYYH";
11
- export const CONST_WLZF_TYIHA_NYYH_YIHA_NAME = "农业银行";
12
-
13
- export const CONST_WLZF_TYIHA_GSYH_YIHA_CODE = "GSYH";
14
- export const CONST_WLZF_TYIHA_GSYH_YIHA_NAME = "工商银行";
15
-
16
- export const CONST_WLZF_TYIHA_ZGYH_YIHA_CODE = "ZGYH";
17
- export const CONST_WLZF_TYIHA_ZGYH_YIHA_NAME = "中国银行";
18
-
19
- export const CONST_WLZF_TYIHA_JSYH_YIHA_CODE = "JSYH";
20
- export const CONST_WLZF_TYIHA_JSYH_YIHA_NAME = "建设银行";
21
-
22
- export const CONST_WLZF_TYIHA_JTYH_YIHA_CODE = "JTYH";
23
- export const CONST_WLZF_TYIHA_JTYH_YIHA_NAME = "交通银行";
24
-
25
- export const CONST_WLZF_TYIHA_ZXYH_YIHA_CODE = "ZXYH";
26
- export const CONST_WLZF_TYIHA_ZXYH_YIHA_NAME = "中信银行";
27
-
28
- export const CONST_WLZF_TYIHA_ZJNX_YIHA_CODE = "ZJNX";
29
- export const CONST_WLZF_TYIHA_ZJNX_YIHA_NAME = "农信联社";
30
-
31
- export const CONST_WLZF_TYIHA_ZSYH_YIHA_CODE = "ZSYH";
32
- export const CONST_WLZF_TYIHA_ZSYH_YIHA_NAME = "浙商银行";
1
+ export const CONST_WLZF_TYIHA_NBYH_YIHA_CODE = "NBYH";
2
+ export const CONST_WLZF_TYIHA_NBYH_YIHA_NAME = "宁波银行";
3
+
4
+ export const CONST_WLZF_TYIHA_YZYH_YIHA_CODE = "YZYH";
5
+ export const CONST_WLZF_TYIHA_YZYH_YIHA_NAME = "鄞州银行";
6
+
7
+ export const CONST_WLZF_TYIHA_PFYH_YIHA_CODE = "PFYH";
8
+ export const CONST_WLZF_TYIHA_PFYH_YIHA_NAME = "浦发银行";
9
+
10
+ export const CONST_WLZF_TYIHA_NYYH_YIHA_CODE = "NYYH";
11
+ export const CONST_WLZF_TYIHA_NYYH_YIHA_NAME = "农业银行";
12
+
13
+ export const CONST_WLZF_TYIHA_GSYH_YIHA_CODE = "GSYH";
14
+ export const CONST_WLZF_TYIHA_GSYH_YIHA_NAME = "工商银行";
15
+
16
+ export const CONST_WLZF_TYIHA_ZGYH_YIHA_CODE = "ZGYH";
17
+ export const CONST_WLZF_TYIHA_ZGYH_YIHA_NAME = "中国银行";
18
+
19
+ export const CONST_WLZF_TYIHA_JSYH_YIHA_CODE = "JSYH";
20
+ export const CONST_WLZF_TYIHA_JSYH_YIHA_NAME = "建设银行";
21
+
22
+ export const CONST_WLZF_TYIHA_JTYH_YIHA_CODE = "JTYH";
23
+ export const CONST_WLZF_TYIHA_JTYH_YIHA_NAME = "交通银行";
24
+
25
+ export const CONST_WLZF_TYIHA_ZXYH_YIHA_CODE = "ZXYH";
26
+ export const CONST_WLZF_TYIHA_ZXYH_YIHA_NAME = "中信银行";
27
+
28
+ export const CONST_WLZF_TYIHA_ZJNX_YIHA_CODE = "ZJNX";
29
+ export const CONST_WLZF_TYIHA_ZJNX_YIHA_NAME = "农信联社";
30
+
31
+ export const CONST_WLZF_TYIHA_ZSYH_YIHA_CODE = "ZSYH";
32
+ export const CONST_WLZF_TYIHA_ZSYH_YIHA_NAME = "浙商银行";
@@ -1,10 +1,10 @@
1
- export const CONST_ZBZD_ZBZD_FROM_TYPE = 0; // #手工录入
2
- export const CONST_ZBZD_ZBZD_FROM_YZBZ = 1; // #预算编制
3
- export const CONST_ZBZD_ZBZD_FROM_ZBFJ = 2; // #指标分解
4
-
5
- export const CONST_ZBZD_FROM_TEXT_YZBZ = "预算编制";
6
- export const CONST_ZBZD_FROM_TEXT_ZBFJ = "指标分解";
7
-
8
- export const CONST_ZBHD_MAIN_ZBHD_CTRL_TO_默认严格 = 0;
9
- export const CONST_ZBHD_MAIN_ZBHD_CTRL_TO_警告模式 = 1;
10
- export const CONST_ZBHD_MAIN_ZBHD_CTRL_TO_严格模式 = 2;
1
+ export const CONST_ZBZD_ZBZD_FROM_TYPE = 0; // #手工录入
2
+ export const CONST_ZBZD_ZBZD_FROM_YZBZ = 1; // #预算编制
3
+ export const CONST_ZBZD_ZBZD_FROM_ZBFJ = 2; // #指标分解
4
+
5
+ export const CONST_ZBZD_FROM_TEXT_YZBZ = "预算编制";
6
+ export const CONST_ZBZD_FROM_TEXT_ZBFJ = "指标分解";
7
+
8
+ export const CONST_ZBHD_MAIN_ZBHD_CTRL_TO_默认严格 = 0;
9
+ export const CONST_ZBHD_MAIN_ZBHD_CTRL_TO_警告模式 = 1;
10
+ export const CONST_ZBHD_MAIN_ZBHD_CTRL_TO_严格模式 = 2;
@@ -1,75 +1,75 @@
1
- import * as Align from "./const_align";
2
- import * as Audit from "./const_audit";
3
- import * as Card from "./const_card";
4
- import * as Clas from "./const_clas";
5
- import * as Cnfg from "./const_cnfg";
6
- import * as DataFrom from "./const_data_from";
7
- import * as Elem from "./const_elem";
8
- import * as Flow from "./const_flow";
9
- import * as GamsMode from "./const_gams_mode";
10
- import * as Gzlm from "./const_gzlm";
11
- import * as Myoa from "./const_myoa";
12
- import * as Part from "./const_part";
13
- import * as Stat from "./const_stat";
14
- import * as TakeType from "./const_take_type";
15
- import * as Todo from "./const_todo";
16
- import * as Travel from "./const_travel";
17
- import * as Type from "./const_type";
18
- import * as TypeName from "./const_type_name";
19
- import * as User from "./const_user";
20
- import * as Yiha from "./const_yiha";
21
- import * as Zbzd from "./const_zbzd";
22
- import * as WtuiItemType from "./const_wtui_item_type";
23
- import * as WldyItemType from "./const_wldy_item_type";
24
- import * as ConstModuleType from "./const_module";
25
- import * as Module from "./const_module";
26
- import * as Hznt from "./const_hznt";
27
- import * as Hznj from "./const_hznj";
28
- import * as GlpzMode from "./const_glpz_mode";
29
- import * as UserAcnoDataType from "./const_user_acno";
30
- import * as TabsStat from "./const_stat";
31
- import * as Vary from "./const_vary";
32
- import * as ErrorKey from "./const_error_key";
33
- import * as PageMode from "./const_page_mode";
34
- import * as Read from "./const_read";
35
- import * as Hznk from "./const_hznk";
36
-
37
- export {
38
- Align,
39
- Audit,
40
- Card,
41
- Clas,
42
- Cnfg,
43
- DataFrom,
44
- Elem,
45
- Flow,
46
- GamsMode,
47
- Gzlm,
48
- Module,
49
- Myoa,
50
- Part,
51
- Stat,
52
- TakeType,
53
- Todo,
54
- Travel,
55
- Type,
56
- TypeName,
57
- User,
58
- WldyItemType,
59
- WtuiItemType,
60
- Yiha,
61
- Zbzd,
62
- GlpzMode,
63
- UserAcnoDataType,
64
- TabsStat,
65
- Hznj,
66
- Vary,
67
- ErrorKey,
68
- PageMode,
69
- Read,
70
- Hznk
71
- };
72
-
73
- export type ModuleType = (typeof ConstModuleType)[keyof typeof ConstModuleType];
74
- export type HzntModuleType = (typeof Hznt)[keyof typeof Hznt];
75
- export type MyoaModuleType = (typeof Myoa)[keyof typeof Myoa];
1
+ import * as Align from "./const_align";
2
+ import * as Audit from "./const_audit";
3
+ import * as Card from "./const_card";
4
+ import * as Clas from "./const_clas";
5
+ import * as Cnfg from "./const_cnfg";
6
+ import * as DataFrom from "./const_data_from";
7
+ import * as Elem from "./const_elem";
8
+ import * as Flow from "./const_flow";
9
+ import * as GamsMode from "./const_gams_mode";
10
+ import * as Gzlm from "./const_gzlm";
11
+ import * as Myoa from "./const_myoa";
12
+ import * as Part from "./const_part";
13
+ import * as Stat from "./const_stat";
14
+ import * as TakeType from "./const_take_type";
15
+ import * as Todo from "./const_todo";
16
+ import * as Travel from "./const_travel";
17
+ import * as Type from "./const_type";
18
+ import * as TypeName from "./const_type_name";
19
+ import * as User from "./const_user";
20
+ import * as Yiha from "./const_yiha";
21
+ import * as Zbzd from "./const_zbzd";
22
+ import * as WtuiItemType from "./const_wtui_item_type";
23
+ import * as WldyItemType from "./const_wldy_item_type";
24
+ import * as ConstModuleType from "./const_module";
25
+ import * as Module from "./const_module";
26
+ import * as Hznt from "./const_hznt";
27
+ import * as Hznj from "./const_hznj";
28
+ import * as GlpzMode from "./const_glpz_mode";
29
+ import * as UserAcnoDataType from "./const_user_acno";
30
+ import * as TabsStat from "./const_stat";
31
+ import * as Vary from "./const_vary";
32
+ import * as ErrorKey from "./const_error_key";
33
+ import * as PageMode from "./const_page_mode";
34
+ import * as Read from "./const_read";
35
+ import * as Hznk from "./const_hznk";
36
+
37
+ export {
38
+ Align,
39
+ Audit,
40
+ Card,
41
+ Clas,
42
+ Cnfg,
43
+ DataFrom,
44
+ Elem,
45
+ Flow,
46
+ GamsMode,
47
+ Gzlm,
48
+ Module,
49
+ Myoa,
50
+ Part,
51
+ Stat,
52
+ TakeType,
53
+ Todo,
54
+ Travel,
55
+ Type,
56
+ TypeName,
57
+ User,
58
+ WldyItemType,
59
+ WtuiItemType,
60
+ Yiha,
61
+ Zbzd,
62
+ GlpzMode,
63
+ UserAcnoDataType,
64
+ TabsStat,
65
+ Hznj,
66
+ Vary,
67
+ ErrorKey,
68
+ PageMode,
69
+ Read,
70
+ Hznk
71
+ };
72
+
73
+ export type ModuleType = (typeof ConstModuleType)[keyof typeof ConstModuleType];
74
+ export type HzntModuleType = (typeof Hznt)[keyof typeof Hznt];
75
+ export type MyoaModuleType = (typeof Myoa)[keyof typeof Myoa];
@@ -1,21 +1,21 @@
1
- export interface ICoreValidResponse {
2
- entityID: string;
3
- flowStat: number;
4
- metaDate: string;
5
- userName: string;
6
- userUUID: string;
7
- validInt: number;
8
- validMsg: string;
9
- validVal: boolean;
10
- }
11
-
12
- export class TCoreValidResponse implements ICoreValidResponse {
13
- entityID: string = "";
14
- flowStat: number = 0;
15
- metaDate: string = "";
16
- userName: string = "";
17
- userUUID: string = "";
18
- validInt: number = 0;
19
- validMsg: string = "";
20
- validVal: boolean = false;
21
- }
1
+ export interface ICoreValidResponse {
2
+ entityID: string;
3
+ flowStat: number;
4
+ metaDate: string;
5
+ userName: string;
6
+ userUUID: string;
7
+ validInt: number;
8
+ validMsg: string;
9
+ validVal: boolean;
10
+ }
11
+
12
+ export class TCoreValidResponse implements ICoreValidResponse {
13
+ entityID: string = "";
14
+ flowStat: number = 0;
15
+ metaDate: string = "";
16
+ userName: string = "";
17
+ userUUID: string = "";
18
+ validInt: number = 0;
19
+ validMsg: string = "";
20
+ validVal: boolean = false;
21
+ }
@@ -1,65 +1,65 @@
1
- export interface IDeptBindResponse {
2
- whoBuild: number;
3
- userIndx: number;
4
- deptIndx: number;
5
- unitMain: number;
6
- idEntity: number;
7
- dataStat: number;
8
- dataHide: number;
9
- dataOrdr: number;
10
- dataFrom: number;
11
- dataType: number;
12
- dataDate: number;
13
- dataTime: number;
14
- createBy: string;
15
- createAt: number;
16
- updateBy: string;
17
- updateAt: number;
18
- deleteBy: string;
19
- deleteAt: number;
20
- matchKey: string;
21
- matchVal: string;
22
- bindUUID: string;
23
- bindCode: string;
24
- bindText: string;
25
- bindMemo: string;
26
- sourceND: number;
27
- sourceID: number;
28
- typeMain: number;
29
- typeName: string;
30
- itemMain: number;
31
- itemName: string;
32
- }
33
-
34
- export class TDeptBindResponse implements IDeptBindResponse {
35
- whoBuild: number = 0;
36
- userIndx: number = 0;
37
- deptIndx: number = 0;
38
- unitMain: number = 0;
39
- idEntity: number = 0;
40
- dataStat: number = 0;
41
- dataHide: number = 0;
42
- dataOrdr: number = 0;
43
- dataFrom: number = 0;
44
- dataType: number = 0;
45
- dataDate: number = 0;
46
- dataTime: number = 0;
47
- createBy: string = "";
48
- createAt: number = 0;
49
- updateBy: string = "";
50
- updateAt: number = 0;
51
- deleteBy: string = "";
52
- deleteAt: number = 0;
53
- matchKey: string = "";
54
- matchVal: string = "";
55
- bindUUID: string = "";
56
- bindCode: string = "";
57
- bindText: string = "";
58
- bindMemo: string = "";
59
- sourceND: number = 0;
60
- sourceID: number = 0;
61
- typeMain: number = 0;
62
- typeName: string = "";
63
- itemMain: number = 0;
64
- itemName: string = "";
65
- }
1
+ export interface IDeptBindResponse {
2
+ whoBuild: number;
3
+ userIndx: number;
4
+ deptIndx: number;
5
+ unitMain: number;
6
+ idEntity: number;
7
+ dataStat: number;
8
+ dataHide: number;
9
+ dataOrdr: number;
10
+ dataFrom: number;
11
+ dataType: number;
12
+ dataDate: number;
13
+ dataTime: number;
14
+ createBy: string;
15
+ createAt: number;
16
+ updateBy: string;
17
+ updateAt: number;
18
+ deleteBy: string;
19
+ deleteAt: number;
20
+ matchKey: string;
21
+ matchVal: string;
22
+ bindUUID: string;
23
+ bindCode: string;
24
+ bindText: string;
25
+ bindMemo: string;
26
+ sourceND: number;
27
+ sourceID: number;
28
+ typeMain: number;
29
+ typeName: string;
30
+ itemMain: number;
31
+ itemName: string;
32
+ }
33
+
34
+ export class TDeptBindResponse implements IDeptBindResponse {
35
+ whoBuild: number = 0;
36
+ userIndx: number = 0;
37
+ deptIndx: number = 0;
38
+ unitMain: number = 0;
39
+ idEntity: number = 0;
40
+ dataStat: number = 0;
41
+ dataHide: number = 0;
42
+ dataOrdr: number = 0;
43
+ dataFrom: number = 0;
44
+ dataType: number = 0;
45
+ dataDate: number = 0;
46
+ dataTime: number = 0;
47
+ createBy: string = "";
48
+ createAt: number = 0;
49
+ updateBy: string = "";
50
+ updateAt: number = 0;
51
+ deleteBy: string = "";
52
+ deleteAt: number = 0;
53
+ matchKey: string = "";
54
+ matchVal: string = "";
55
+ bindUUID: string = "";
56
+ bindCode: string = "";
57
+ bindText: string = "";
58
+ bindMemo: string = "";
59
+ sourceND: number = 0;
60
+ sourceID: number = 0;
61
+ typeMain: number = 0;
62
+ typeName: string = "";
63
+ itemMain: number = 0;
64
+ itemName: string = "";
65
+ }
@@ -1,45 +1,45 @@
1
- import { construct, destruct } from "@aximario/json-tree";
2
- import type { IBaseResponse } from "../base/IBaseResponse";
3
- import { TBaseResponse } from "../base/IBaseResponse";
4
-
5
- export interface IDeptLiteResponse extends IBaseResponse<IDeptLiteResponse> {
6
- whoBuild: number; // #用户实例
7
- userIndx: number; // #用户实例
8
- uniqueID: number;
9
- parentID: number; // @父级标识
10
- entityID: string;
11
- showCode: string;
12
- showName: string;
13
- codeFull: string;
14
- nameFull: string;
15
- nameLite: string;
16
- asParent: number;
17
- vitualID: number;
18
- unitMain: number;
19
- islasted: number;
20
- }
21
-
22
- export class TDeptLiteResponse extends TBaseResponse<IDeptLiteResponse> implements IDeptLiteResponse {
23
- whoBuild: number = 0; // #用户实例
24
- userIndx: number = 0; // #用户实例
25
- uniqueID: number = 0;
26
- parentID: number = 0; // @父级标识
27
- entityID: string = "";
28
- showCode: string = "";
29
- showName: string = "";
30
- codeFull: string = "";
31
- nameFull: string = "";
32
- nameLite: string = "";
33
- asParent: number = 0;
34
- vitualID: number = 0;
35
- unitMain: number = 0;
36
- islasted: number = 0;
37
-
38
- public static toTree(listDept: IDeptLiteResponse[]) {
39
- return construct(listDept, { id: "uniqueID", pid: "parentID", children: "children" }) as IDeptLiteResponse[];
40
- }
41
-
42
- public static toList(treeDept: IDeptLiteResponse[]) {
43
- return destruct(treeDept, { id: "uniqueID", pid: "parentID", children: "children" }) as IDeptLiteResponse[];
44
- }
45
- }
1
+ import { construct, destruct } from "@aximario/json-tree";
2
+ import type { IBaseResponse } from "../base/IBaseResponse";
3
+ import { TBaseResponse } from "../base/IBaseResponse";
4
+
5
+ export interface IDeptLiteResponse extends IBaseResponse<IDeptLiteResponse> {
6
+ whoBuild: number; // #用户实例
7
+ userIndx: number; // #用户实例
8
+ uniqueID: number;
9
+ parentID: number; // @父级标识
10
+ entityID: string;
11
+ showCode: string;
12
+ showName: string;
13
+ codeFull: string;
14
+ nameFull: string;
15
+ nameLite: string;
16
+ asParent: number;
17
+ vitualID: number;
18
+ unitMain: number;
19
+ islasted: number;
20
+ }
21
+
22
+ export class TDeptLiteResponse extends TBaseResponse<IDeptLiteResponse> implements IDeptLiteResponse {
23
+ whoBuild: number = 0; // #用户实例
24
+ userIndx: number = 0; // #用户实例
25
+ uniqueID: number = 0;
26
+ parentID: number = 0; // @父级标识
27
+ entityID: string = "";
28
+ showCode: string = "";
29
+ showName: string = "";
30
+ codeFull: string = "";
31
+ nameFull: string = "";
32
+ nameLite: string = "";
33
+ asParent: number = 0;
34
+ vitualID: number = 0;
35
+ unitMain: number = 0;
36
+ islasted: number = 0;
37
+
38
+ public static toTree(listDept: IDeptLiteResponse[]) {
39
+ return construct(listDept, { id: "uniqueID", pid: "parentID", children: "children" }) as IDeptLiteResponse[];
40
+ }
41
+
42
+ public static toList(treeDept: IDeptLiteResponse[]) {
43
+ return destruct(treeDept, { id: "uniqueID", pid: "parentID", children: "children" }) as IDeptLiteResponse[];
44
+ }
45
+ }