@ningboyz/types 1.2.146 → 1.2.147
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.
- package/es/_virtual/index.interface.js +4 -0
- package/es/_virtual/index.js +5 -0
- package/es/_virtual/index2.js +4 -0
- package/es/antv/IAntvCnfgResponse.d.ts +68 -0
- package/es/antv/IAntvCnfgResponse.js +37 -0
- package/es/antv/IAntvMainResponse.d.ts +66 -0
- package/es/antv/IAntvMainResponse.js +36 -0
- package/es/antv/IAntvParaResponse.d.ts +48 -0
- package/es/antv/IAntvParaResponse.js +27 -0
- package/es/antv/index.d.ts +4 -0
- package/es/antv/index.js +8 -0
- package/es/app/ITab.d.ts +51 -0
- package/es/app/ITab.js +30 -0
- package/es/app/IUserData.d.ts +6 -0
- package/es/app/index.d.ts +3 -0
- package/es/app/index.js +5 -0
- package/es/base/IBaseResponse.d.ts +24 -0
- package/es/base/IBaseResponse.js +15 -0
- package/es/bill/IBillCnfgResponse.d.ts +93 -0
- package/es/bill/IBillCnfgResponse.js +51 -0
- package/es/bill/IBillMainResponse.d.ts +240 -0
- package/es/bill/IBillMainResponse.js +132 -0
- package/es/bill/index.d.ts +3 -0
- package/es/bill/index.js +6 -0
- package/es/card/ICardBookResponse.d.ts +119 -0
- package/es/card/ICardBookResponse.js +62 -0
- package/es/card/ICardDataResponse.d.ts +172 -0
- package/es/card/ICardDataResponse.js +104 -0
- package/es/card/ICardFromResponse.d.ts +66 -0
- package/es/card/ICardFromResponse.js +31 -0
- package/es/card/ICardFwczResponse.d.ts +163 -0
- package/es/card/ICardFwczResponse.js +91 -0
- package/es/card/ICardHyhbBillResponse.d.ts +91 -0
- package/es/card/ICardHyhbBillResponse.js +48 -0
- package/es/card/ICardHyhbResponse.d.ts +79 -0
- package/es/card/ICardHyhbResponse.js +41 -0
- package/es/card/ICardMainFindResponse.d.ts +91 -0
- package/es/card/ICardMainFindResponse.js +48 -0
- package/es/card/ICardMainResponse.d.ts +654 -0
- package/es/card/ICardMainResponse.js +261 -0
- package/es/card/ICardRoomResponse.d.ts +171 -0
- package/es/card/ICardRoomResponse.js +88 -0
- package/es/card/IGblbResponse.d.ts +92 -0
- package/es/card/IGblbResponse.js +65 -0
- package/es/card/IP4pzResponse.d.ts +66 -0
- package/es/card/IP4pzResponse.js +38 -0
- package/es/card/ISyszclbgblbResponse.d.ts +57 -0
- package/es/card/ISyszclbgblbResponse.js +35 -0
- package/es/card/IZcbdResponse.d.ts +145 -0
- package/es/card/IZcbdResponse.js +86 -0
- package/es/card/IZccfResponse.d.ts +176 -0
- package/es/card/IZccfResponse.js +98 -0
- package/es/card/IZcczResponse.d.ts +156 -0
- package/es/card/IZcczResponse.js +94 -0
- package/es/card/IZcdbResponse.d.ts +172 -0
- package/es/card/IZcdbResponse.js +99 -0
- package/es/card/IZclbResponse.d.ts +99 -0
- package/es/card/IZclbResponse.js +61 -0
- package/es/card/IZczjPropResponse.d.ts +91 -0
- package/es/card/IZczjPropResponse.js +42 -0
- package/es/card/IZczjResponse.d.ts +101 -0
- package/es/card/IZczjResponse.js +58 -0
- package/es/card/index.d.ts +20 -0
- package/es/card/index.js +41 -0
- package/es/cggz/ICggzBillResponse.d.ts +68 -0
- package/es/cggz/ICggzBillResponse.js +37 -0
- package/es/cggz/ICggzMainResponse.d.ts +178 -0
- package/es/cggz/ICggzMainResponse.js +88 -0
- package/es/cggz/index.d.ts +3 -0
- package/es/cggz/index.js +6 -0
- package/es/clas/IClasAttrResponse.d.ts +64 -0
- package/es/clas/IClasMainResponse.d.ts +62 -0
- package/es/conf/ICnfgMainResponse.d.ts +76 -0
- package/es/conf/ICnfgMainResponse.js +42 -0
- package/es/conf/IConfig.d.ts +47 -0
- package/es/conf/index.d.ts +2 -0
- package/es/conf/index.js +4 -0
- package/es/const/const_align.d.ts +10 -0
- package/es/const/const_align.js +14 -0
- package/es/const/const_audit.d.ts +32 -0
- package/es/const/const_audit.js +11 -0
- package/es/const/const_bizCode.d.ts +2 -0
- package/es/const/const_card.d.ts +5 -0
- package/es/const/const_card.js +8 -0
- package/es/const/const_clas.d.ts +70 -0
- package/es/const/const_clas.js +73 -0
- package/es/const/const_cnfg.d.ts +73 -0
- package/es/const/const_cnfg.js +76 -0
- package/es/const/const_data_from.d.ts +7 -0
- package/es/const/const_data_from.js +9 -0
- package/es/const/const_elem.d.ts +48 -0
- package/es/const/const_elem.js +49 -0
- package/es/const/const_flow.d.ts +7 -0
- package/es/const/const_flow.js +10 -0
- package/es/const/const_gams_mode.d.ts +4 -0
- package/es/const/const_gams_mode.js +7 -0
- package/es/const/const_glpz_mode.d.ts +2 -0
- package/es/const/const_glpz_mode.js +5 -0
- package/es/const/const_gzlm.d.ts +24 -0
- package/es/const/const_gzlm.js +39 -0
- package/es/const/const_hznk.d.ts +17 -0
- package/es/const/const_hznt.d.ts +57 -0
- package/es/const/const_module.d.ts +92 -0
- package/es/const/const_module.js +26 -0
- package/es/const/const_myoa.d.ts +62 -0
- package/es/const/const_myoa.js +32 -0
- package/es/const/const_p4pt.d.ts +6 -0
- package/es/const/const_part.d.ts +17 -0
- package/es/const/const_part.js +20 -0
- package/es/const/const_stat.d.ts +278 -0
- package/es/const/const_stat.js +89 -0
- package/es/const/const_take_type.d.ts +9 -0
- package/es/const/const_take_type.js +9 -0
- package/es/const/const_todo.d.ts +27 -0
- package/es/const/const_todo.js +30 -0
- package/es/const/const_travel.d.ts +4 -0
- package/es/const/const_travel.js +7 -0
- package/es/const/const_type.d.ts +59 -0
- package/es/const/const_type.js +62 -0
- package/es/const/const_type_name.d.ts +210 -0
- package/es/const/const_type_name.js +209 -0
- package/es/const/const_user.d.ts +2 -0
- package/es/const/const_user.js +5 -0
- package/es/const/const_user_acno.d.ts +5 -0
- package/es/const/const_user_acno.js +7 -0
- package/es/const/const_wldy_item_type.d.ts +4 -0
- package/es/const/const_wldy_item_type.js +7 -0
- package/es/const/const_wtui_item_type.d.ts +21 -0
- package/es/const/const_wtui_item_type.js +24 -0
- package/es/const/const_yiha.d.ts +22 -0
- package/es/const/const_yiha.js +25 -0
- package/es/const/const_zbzd.d.ts +8 -0
- package/es/const/const_zbzd.js +11 -0
- package/es/const/index.d.ts +32 -0
- package/es/const/index.js +54 -0
- package/es/core/ICoreValidResponse.d.ts +20 -0
- package/es/core/ICoreValidResponse.js +13 -0
- package/es/core/IDeptLiteResponse.d.ts +33 -0
- package/es/core/IDeptLiteResponse.js +29 -0
- package/es/core/IDeptResponse.d.ts +118 -0
- package/es/core/IDeptResponse.js +79 -0
- package/es/core/IDictResponse.d.ts +132 -0
- package/es/core/IDictResponse.js +94 -0
- package/es/core/IDictResponseConf.d.ts +10 -0
- package/es/core/IDictResponseDictPara.d.ts +41 -0
- package/es/core/IDictResponseDictPara.js +20 -0
- package/es/core/IEnvrResponse.d.ts +94 -0
- package/es/core/IEnvrResponse.js +50 -0
- package/es/core/ILaidResponse.d.ts +114 -0
- package/es/core/ILaidResponse.js +73 -0
- package/es/core/IPartResponse.d.ts +91 -0
- package/es/core/IPartResponse.js +57 -0
- package/es/core/IPathResponse.d.ts +124 -0
- package/es/core/IPathResponse.js +67 -0
- package/es/core/ISourceItem.d.ts +54 -0
- package/es/core/ISourceItem.js +30 -0
- package/es/core/IStypResponse.d.ts +44 -0
- package/es/core/IStypResponse.js +25 -0
- package/es/core/ISysClasResponse.d.ts +56 -0
- package/es/core/ISysClasResponse.js +31 -0
- package/es/core/ISysMenuWithCoreResponse.d.ts +136 -0
- package/es/core/ISysMenuWithCoreResponse.js +79 -0
- package/es/core/ISysMenuWithCoreResponseMenuPara.d.ts +4 -0
- package/es/core/ISysMenuWithCoreResponseMenuPara.js +5 -0
- package/es/core/ISysMenuWithExpdResponse.d.ts +316 -0
- package/es/core/ISysMenuWithExpdResponse.js +157 -0
- package/es/core/ISysTravelResponse.d.ts +99 -0
- package/es/core/ISysTravelResponse.js +73 -0
- package/es/core/ITypeResponse.d.ts +94 -0
- package/es/core/ITypeResponse.js +65 -0
- package/es/core/IUnitBindResponse.d.ts +60 -0
- package/es/core/IUnitBindResponse.js +36 -0
- package/es/core/IUnitResponse.d.ts +189 -0
- package/es/core/IUnitResponse.js +118 -0
- package/es/core/IUnitResponseElemPara.d.ts +10 -0
- package/es/core/IUnitResponseElemPara.js +8 -0
- package/es/core/IUserAcnoResponse.d.ts +164 -0
- package/es/core/IUserAcnoResponse.js +96 -0
- package/es/core/IUserFindResponse.d.ts +55 -0
- package/es/core/IUserFindResponse.js +84 -0
- package/es/core/IUserLiteResponse.d.ts +124 -0
- package/es/core/IUserLiteResponse.js +112 -0
- package/es/core/IUserPartResponse.d.ts +148 -0
- package/es/core/IUserPartResponse.js +92 -0
- package/es/core/IUserResponse.d.ts +355 -0
- package/es/core/IUserResponse.js +192 -0
- package/es/core/IUserSzdwResponse.d.ts +151 -0
- package/es/core/IUserSzdwResponse.js +95 -0
- package/es/core/index.d.ts +24 -0
- package/es/core/index.js +49 -0
- package/es/cron/ICronMainResponse.d.ts +151 -0
- package/es/cron/ICronMainResponse.js +89 -0
- package/es/cron/index.d.ts +2 -0
- package/es/cron/index.js +4 -0
- package/es/decorators/DConfigManager.d.ts +7 -0
- package/es/decorators/DConfigManager.js +15 -0
- package/es/decorators/DConfigProperty.d.ts +2 -0
- package/es/decorators/DConfigProperty.js +8 -0
- package/es/decorators/IConfigProperty.d.ts +21 -0
- package/es/decorators/IConfigProperty.js +4 -0
- package/es/decorators/index.d.ts +4 -0
- package/es/decorators/index.js +8 -0
- package/es/elem/IElemDataResponse.d.ts +90 -0
- package/es/elem/IElemDataResponse.js +59 -0
- package/es/elem/IElemElemResponse.d.ts +98 -0
- package/es/elem/IElemElemResponse.js +57 -0
- package/es/elem/ISysElemResponse.d.ts +50 -0
- package/es/elem/ISysElemResponse.js +28 -0
- package/es/elem/index.d.ts +4 -0
- package/es/elem/index.js +8 -0
- package/es/enums/btnMode.d.ts +135 -0
- package/es/enums/btnMode.js +5 -0
- package/es/enums/cardMode.d.ts +26 -0
- package/es/enums/cardMode.js +4 -0
- package/es/enums/doneMode.d.ts +5 -0
- package/es/enums/doneMode.js +4 -0
- package/es/enums/editMode.d.ts +19 -0
- package/es/enums/editMode.js +4 -0
- package/es/enums/emitterType.d.ts +4 -0
- package/es/enums/emitterType.js +4 -0
- package/es/enums/formType.d.ts +8 -0
- package/es/enums/formType.js +4 -0
- package/es/enums/index.d.ts +10 -0
- package/es/enums/index.js +22 -0
- package/es/enums/storeId.d.ts +11 -0
- package/es/enums/storeId.js +4 -0
- package/es/enums/usesStat.d.ts +12 -0
- package/es/enums/usesStat.js +5 -0
- package/es/enums/viewMode.d.ts +5 -0
- package/es/enums/viewMode.js +4 -0
- package/es/enums/whatDone.d.ts +25 -0
- package/es/expd/IExpdBAXQResponse.d.ts +60 -0
- package/es/expd/IExpdBAXQResponse.js +33 -0
- package/es/expd/IExpdCallResponse.d.ts +56 -0
- package/es/expd/IExpdCallResponse.js +31 -0
- package/es/expd/IExpdCardResponse.d.ts +94 -0
- package/es/expd/IExpdCardResponse.js +58 -0
- package/es/expd/IExpdCashResponse.d.ts +74 -0
- package/es/expd/IExpdCashResponse.js +40 -0
- package/es/expd/IExpdHYHBResponse.d.ts +52 -0
- package/es/expd/IExpdHYHBResponse.js +29 -0
- package/es/expd/IExpdHYMXResponse.d.ts +58 -0
- package/es/expd/IExpdHYMXResponse.js +32 -0
- package/es/expd/IExpdLfmxResponse.d.ts +54 -0
- package/es/expd/IExpdLfmxResponse.js +30 -0
- package/es/expd/IExpdMainResponse.d.ts +513 -0
- package/es/expd/IExpdMainResponse.js +268 -0
- package/es/expd/IExpdP2pzResponse.d.ts +58 -0
- package/es/expd/IExpdP2pzResponse.js +32 -0
- package/es/expd/IExpdP5pzResponse.d.ts +54 -0
- package/es/expd/IExpdP5pzResponse.js +30 -0
- package/es/expd/IExpdSZMXResponse.d.ts +65 -0
- package/es/expd/IViewLockResponse.d.ts +58 -0
- package/es/expd/IViewLockResponse.js +35 -0
- package/es/expd/index.d.ts +12 -0
- package/es/expd/index.js +24 -0
- package/es/flow/IFlowCnfgResponse.d.ts +59 -0
- package/es/flow/IFlowCnfgResponse.js +34 -0
- package/es/flow/IFlowDataResponse.d.ts +142 -0
- package/es/flow/IFlowDataResponse.js +86 -0
- package/es/flow/IFlowDutyNodeParaConv.d.ts +6 -0
- package/es/flow/IFlowDutyNodeParaConv.js +6 -0
- package/es/flow/IFlowDutyResponse.d.ts +63 -0
- package/es/flow/IFlowDutyResponse.js +46 -0
- package/es/flow/IFlowMainResponse.d.ts +116 -0
- package/es/flow/IFlowMainResponse.js +52 -0
- package/es/flow/IFlowNodeResponse.d.ts +233 -0
- package/es/flow/IFlowNodeResponse.js +108 -0
- package/es/flow/IFlowTypeResponse.d.ts +4 -0
- package/es/flow/IFlowTypeResponse.js +5 -0
- package/es/flow/IFlowUservoidResponse.d.ts +34 -0
- package/es/flow/IFlowUservoidResponse.js +20 -0
- package/es/flow/IFlowVoidResponse.d.ts +70 -0
- package/es/flow/IFlowVoidResponse.js +38 -0
- package/es/flow/index.d.ts +9 -0
- package/es/flow/index.js +18 -0
- package/es/gams/IGamsBillResponse.d.ts +321 -0
- package/es/gams/IGamsBillResponse.js +187 -0
- package/es/gams/IGamsCnfgResponse.d.ts +73 -0
- package/es/gams/IGamsCnfgResponse.js +41 -0
- package/es/gams/IGamsEachResponse.d.ts +66 -0
- package/es/gams/IGamsEachResponse.js +37 -0
- package/es/gams/IGamsItemResponse.d.ts +99 -0
- package/es/gams/IGamsItemResponse.js +47 -0
- package/es/gams/IGamsK0kmResponse.d.ts +80 -0
- package/es/gams/IGamsK0kmResponse.js +53 -0
- package/es/gams/IGamsK8kmResponse.d.ts +147 -0
- package/es/gams/IGamsK8kmResponse.js +73 -0
- package/es/gams/IGamsMainResponse.d.ts +217 -0
- package/es/gams/IGamsMainResponse.js +124 -0
- package/es/gams/IGamsTypeResponse.d.ts +103 -0
- package/es/gams/IGamsTypeResponse.js +59 -0
- package/es/gams/IGamsWtdwResponse.d.ts +60 -0
- package/es/gams/index.d.ts +9 -0
- package/es/gams/index.js +18 -0
- package/es/gzjg/IGzjgBodyLockResponse.d.ts +64 -0
- package/es/gzjg/IGzjgBodyLockResponse.js +35 -0
- package/es/gzjg/IGzjgGzlmLandResponse.d.ts +82 -0
- package/es/gzjg/IGzjgGzlmLandResponse.js +62 -0
- package/es/gzjg/IGzjgGzlmResponse.d.ts +156 -0
- package/es/gzjg/IGzjgGzlmResponse.js +101 -0
- package/es/gzjg/IGzjgGzlmResponseGzlmPara.d.ts +24 -0
- package/es/gzjg/IGzjgGzlmResponseGzlmPara.js +15 -0
- package/es/gzjg/IGzjgGzlmWithResponse.d.ts +85 -0
- package/es/gzjg/IGzjgGzlmWithResponse.js +45 -0
- package/es/gzjg/IGzjgMainResponse.d.ts +199 -0
- package/es/gzjg/IGzjgMainResponse.js +116 -0
- package/es/gzjg/IGzjgMainResponseGzjgPara.d.ts +25 -0
- package/es/gzjg/IGzjgMainResponseGzjgPara.js +14 -0
- package/es/gzjg/IGzjgMainResponseWithYZPZ.d.ts +40 -0
- package/es/gzjg/IGzjgMainResponseWithYZPZ.js +23 -0
- package/es/gzjg/IGzjgQzgsResponse.d.ts +54 -0
- package/es/gzjg/IGzjgQzgsResponse.js +30 -0
- package/es/gzjg/index.d.ts +9 -0
- package/es/gzjg/index.js +18 -0
- package/es/gztb/IGztbMainResponse.d.ts +102 -0
- package/es/gztb/IGztbMainResponse.js +52 -0
- package/es/gztb/index.d.ts +2 -0
- package/es/gztb/index.js +4 -0
- package/es/gzzd/ICellEditResponse.d.ts +46 -0
- package/es/gzzd/ICellEditResponse.js +26 -0
- package/es/gzzd/IGzzdBillResponse.d.ts +144 -0
- package/es/gzzd/IGzzdBillResponse.js +74 -0
- package/es/gzzd/IGzzdLineResponse.d.ts +17 -0
- package/es/gzzd/IGzzdLineResponse.js +10 -0
- package/es/gzzd/IGzzdMainResponse.d.ts +174 -0
- package/es/gzzd/IGzzdMainResponse.js +100 -0
- package/es/gzzd/index.d.ts +5 -0
- package/es/gzzd/index.js +10 -0
- package/es/hzcb/IHzcbMainResponse.d.ts +227 -0
- package/es/hzcb/IHzcbMainResponse.js +123 -0
- package/es/hzcb/IHzcbRypqResponse.d.ts +232 -0
- package/es/hzcb/IHzcbRypqResponse.js +129 -0
- package/es/hzcb/IHzcbXmtzBillResponse.d.ts +104 -0
- package/es/hzcb/IHzcbXmtzResponse.d.ts +160 -0
- package/es/hzcb/IHzcbXmtzResponse.js +92 -0
- package/es/hzcb/IHzcbXmykResponse.d.ts +158 -0
- package/es/hzcb/IHzcbXmykResponse.js +93 -0
- package/es/hzcb/IHzcbZjlyResponse.d.ts +70 -0
- package/es/hzcb/IHzcbZjlyResponse.js +36 -0
- package/es/hzcb/index.d.ts +6 -0
- package/es/hzcb/index.js +12 -0
- package/es/hznj/IHznjBaseItemResponse.d.ts +60 -0
- package/es/hznj/IHznjBaseItemResponse.js +33 -0
- package/es/hznj/IHznjBasePathResponse.d.ts +44 -0
- package/es/hznj/IHznjBasePathResponse.js +25 -0
- package/es/hznj/IHznjBaseResponse.d.ts +116 -0
- package/es/hznj/IHznjBaseResponse.js +56 -0
- package/es/hznj/index.d.ts +4 -0
- package/es/hznj/index.js +8 -0
- package/es/hznk/IHznkBaseNbyhResponse.d.ts +48 -0
- package/es/hznk/IHznkBaseNbyhResponse.js +27 -0
- package/es/hznk/IHznkBasePathResponse.d.ts +46 -0
- package/es/hznk/IHznkBasePathResponse.js +26 -0
- package/es/hznk/IHznkBaseResponse.d.ts +154 -0
- package/es/hznk/IHznkBaseResponse.js +80 -0
- package/es/hznk/IHznkBaseWbdwResponse.d.ts +47 -0
- package/es/hznk/IHznkBaseWbdwResponse.js +30 -0
- package/es/hznk/IHznkBaseWbyhResponse.d.ts +48 -0
- package/es/hznk/IHznkBaseWbyhResponse.js +27 -0
- package/es/hznk/IHznkDataEachResponse.d.ts +48 -0
- package/es/hznk/IHznkDataEachResponse.js +27 -0
- package/es/hznk/IHznkDataItemResponse.d.ts +48 -0
- package/es/hznk/IHznkDataItemResponse.js +27 -0
- package/es/hznk/IHznkDataNbyhResponse.d.ts +48 -0
- package/es/hznk/IHznkDataNbyhResponse.js +30 -0
- package/es/hznk/IHznkDataPathResponse.d.ts +46 -0
- package/es/hznk/IHznkDataPathResponse.js +26 -0
- package/es/hznk/IHznkDataResponse.d.ts +249 -0
- package/es/hznk/IHznkDataResponse.js +115 -0
- package/es/hznk/IHznkFydwBillResponse.d.ts +52 -0
- package/es/hznk/IHznkFydwBillResponse.js +29 -0
- package/es/hznk/IHznkFydwFromResponse.d.ts +46 -0
- package/es/hznk/IHznkFydwFromResponse.js +26 -0
- package/es/hznk/IHznkFydwItemResponse.d.ts +48 -0
- package/es/hznk/IHznkFydwItemResponse.js +27 -0
- package/es/hznk/IHznkFydwPathResponse.d.ts +46 -0
- package/es/hznk/IHznkFydwPathResponse.js +26 -0
- package/es/hznk/IHznkFydwResponse.d.ts +140 -0
- package/es/hznk/IHznkFydwResponse.js +77 -0
- package/es/hznk/IHznkFytqResponse.d.ts +1 -0
- package/es/hznk/IHznkMainNbyhResponse.d.ts +48 -0
- package/es/hznk/IHznkMainResponse.d.ts +176 -0
- package/es/hznk/IHznkMainResponse.js +86 -0
- package/es/hznk/IHznkMainRwzbResponse.d.ts +49 -0
- package/es/hznk/IHznkMainWbdwResponse.d.ts +47 -0
- package/es/hznk/IHznkMainWbyhResponse.d.ts +48 -0
- package/es/hznk/IHznkNoteFromResponse.d.ts +46 -0
- package/es/hznk/IHznkNoteFromResponse.js +26 -0
- package/es/hznk/IHznkNotePathResponse.d.ts +46 -0
- package/es/hznk/IHznkNotePathResponse.js +26 -0
- package/es/hznk/IHznkNoteResponse.d.ts +97 -0
- package/es/hznk/IHznkNoteResponse.js +50 -0
- package/es/hznk/IHznkXmysItemResponse.d.ts +48 -0
- package/es/hznk/IHznkXmysItemResponse.js +27 -0
- package/es/hznk/IHznkXmysResponse.d.ts +106 -0
- package/es/hznk/IHznkXmysResponse.js +53 -0
- package/es/hznk/IHznkXmysYsxqResponse.d.ts +50 -0
- package/es/hznk/IHznkXmysYsxqResponse.js +28 -0
- package/es/hznk/IHznkYssqResponse.d.ts +100 -0
- package/es/hznk/IHznkYssqResponse.js +51 -0
- package/es/hznk/index.d.ts +24 -0
- package/es/hznk/index.js +48 -0
- package/es/index.d.ts +47 -0
- package/es/index.js +88 -0
- package/es/japz/IJapzCnfgResponse.d.ts +68 -0
- package/es/japz/IJapzCnfgResponse.js +35 -0
- package/es/japz/IJapzItemResponse.d.ts +66 -0
- package/es/japz/IJapzItemResponse.js +35 -0
- package/es/japz/IJapzK0kmResponse.d.ts +62 -0
- package/es/japz/IJapzK0kmResponse.js +33 -0
- package/es/japz/IJapzK7kmResponse.d.ts +62 -0
- package/es/japz/IJapzK7kmResponse.js +33 -0
- package/es/japz/IJapzK8kmResponse.d.ts +68 -0
- package/es/japz/IJapzK8kmResponse.js +35 -0
- package/es/japz/IJapzK9kmResponse.d.ts +61 -0
- package/es/japz/IJapzK9kmResponse.js +33 -0
- package/es/japz/index.d.ts +7 -0
- package/es/japz/index.js +14 -0
- package/es/load/ILoadCellResponse.d.ts +52 -0
- package/es/load/ILoadCellResponse.js +29 -0
- package/es/load/ILoadDataResponse.d.ts +48 -0
- package/es/load/ILoadDataResponse.js +26 -0
- package/es/load/ILoadLineResponse.d.ts +10 -0
- package/es/load/ILoadLineResponse.js +8 -0
- package/es/load/ILoadMainResponse.d.ts +112 -0
- package/es/load/ILoadMainResponse.js +58 -0
- package/es/load/ILoadZydwResponse.d.ts +54 -0
- package/es/load/ILoadZydwResponse.js +31 -0
- package/es/load/IYqdwResponse.d.ts +63 -0
- package/es/load/IYqdwResponse.js +35 -0
- package/es/load/IYqkbResponse.d.ts +64 -0
- package/es/load/IYqkbResponse.js +35 -0
- package/es/load/IYqkmResponse.d.ts +50 -0
- package/es/load/IYqkmResponse.js +28 -0
- package/es/load/index.d.ts +9 -0
- package/es/load/index.js +18 -0
- package/es/micro/appData.d.ts +24 -0
- package/es/micro/appData.js +15 -0
- package/es/micro/appName.d.ts +6 -0
- package/es/micro/appName.js +4 -0
- package/es/micro/appTab.d.ts +11 -0
- package/es/micro/appTab.js +8 -0
- package/es/micro/index.d.ts +5 -0
- package/es/micro/index.js +9 -0
- package/es/myoa/IMyoaCashResponse.d.ts +59 -0
- package/es/myoa/IMyoaCashResponse.js +45 -0
- package/es/myoa/IMyoaMainResponse.d.ts +341 -0
- package/es/myoa/IMyoaMainResponse.js +224 -0
- package/es/myoa/IMyoaPGDWResponse.d.ts +46 -0
- package/es/myoa/IMyoaPGDWResponse.js +26 -0
- package/es/myoa/IMyoaRoomResponse.d.ts +89 -0
- package/es/myoa/IMyoaRoomResponse.js +53 -0
- package/es/myoa/index.d.ts +5 -0
- package/es/myoa/index.js +10 -0
- package/es/node_modules/.pnpm/@aximario_json-tree@2.2.4/node_modules/@aximario/json-tree/dist/index.interface.js +14 -0
- package/es/node_modules/.pnpm/@aximario_json-tree@2.2.4/node_modules/@aximario/json-tree/dist/index.js +59 -0
- package/es/noti/INotiMainResponse.d.ts +335 -0
- package/es/noti/INotiMainResponse.js +152 -0
- package/es/noti/index.d.ts +2 -0
- package/es/noti/index.js +4 -0
- package/es/pzpt/IPzptCnfgMoreResponse.d.ts +58 -0
- package/es/pzpt/IPzptCnfgMoreResponse.js +32 -0
- package/es/pzpt/IPzptCnfgResponse.d.ts +161 -0
- package/es/pzpt/IPzptCnfgResponse.js +83 -0
- package/es/pzpt/IPzptGlfaResponse.d.ts +82 -0
- package/es/pzpt/IPzptGlfaResponse.js +46 -0
- package/es/pzpt/IPzptGlkmResponse.d.ts +92 -0
- package/es/pzpt/IPzptGlkmResponse.js +48 -0
- package/es/pzpt/IPzptGlkmfdResponse.d.ts +57 -0
- package/es/pzpt/IPzptGlkmzdResponse.d.ts +57 -0
- package/es/pzpt/IPzptItemResponse.d.ts +97 -0
- package/es/pzpt/IPzptItemResponse.js +51 -0
- package/es/pzpt/IPzptK0kmResponse.d.ts +66 -0
- package/es/pzpt/IPzptK0kmResponse.js +36 -0
- package/es/pzpt/IPzptK8kmResponse.d.ts +169 -0
- package/es/pzpt/IPzptK8kmResponse.js +98 -0
- package/es/pzpt/IPzptKbkmResponse.d.ts +125 -0
- package/es/pzpt/IPzptKbkmResponse.js +65 -0
- package/es/pzpt/IPzptPzpzDataResponse.d.ts +78 -0
- package/es/pzpt/IPzptPzpzDataResponse.js +42 -0
- package/es/pzpt/IPzptPzpzP6pzResponse.d.ts +122 -0
- package/es/pzpt/IPzptPzpzP6pzResponse.js +60 -0
- package/es/pzpt/IPzptPzpzResponse.d.ts +114 -0
- package/es/pzpt/IPzptPzpzResponse.js +67 -0
- package/es/pzpt/IPzptTypeResponse.d.ts +85 -0
- package/es/pzpt/IPzptTypeResponse.js +45 -0
- package/es/pzpt/IPzptUkkmResponse.d.ts +82 -0
- package/es/pzpt/IPzptUkkmResponse.js +43 -0
- package/es/pzpt/index.d.ts +14 -0
- package/es/pzpt/index.js +28 -0
- package/es/response/IResponse.d.ts +16 -0
- package/es/store/dateState.d.ts +42 -0
- package/es/store/index.d.ts +7 -0
- package/es/store/index.js +11 -0
- package/es/store/menuState.d.ts +7 -0
- package/es/store/menuState.js +6 -0
- package/es/store/tabsState.d.ts +11 -0
- package/es/store/tabsState.js +9 -0
- package/es/store/userState.d.ts +46 -0
- package/es/store/userState.js +26 -0
- package/es/store/viewState.d.ts +7 -0
- package/es/store/viewState.js +6 -0
- package/es/tabl/ITablDataResponse.d.ts +59 -0
- package/es/tabl/ITablDataResponse.js +32 -0
- package/es/tabl/ITablLineResponse.d.ts +12 -0
- package/es/tabl/ITablLineResponse.js +9 -0
- package/es/tabl/ITablMainResponse.d.ts +148 -0
- package/es/tabl/ITablMainResponse.js +87 -0
- package/es/tabl/index.d.ts +4 -0
- package/es/tabl/index.js +8 -0
- package/es/take/ITakeBillResponse.d.ts +136 -0
- package/es/take/ITakeBillResponse.js +73 -0
- package/es/take/ITakeMainResponse.d.ts +192 -0
- package/es/take/ITakeMainResponse.js +97 -0
- package/es/take/index.d.ts +3 -0
- package/es/take/index.js +6 -0
- package/es/talk/ITalkMainResponse.d.ts +91 -0
- package/es/task/ITaskMainResponse.d.ts +109 -0
- package/es/task/ITaskMainResponse.js +56 -0
- package/es/task/index.d.ts +2 -0
- package/es/task/index.js +4 -0
- package/es/wldy/IWldyDataResponse.d.ts +69 -0
- package/es/wldy/IWldyDataResponse.js +35 -0
- package/es/wldy/IWldyItemResponse.d.ts +72 -0
- package/es/wldy/IWldyItemResponse.js +39 -0
- package/es/wldy/IWldyPageParaResponse.d.ts +19 -0
- package/es/wldy/IWldyPageParaResponse.js +34 -0
- package/es/wldy/IWldyPageResponse.d.ts +89 -0
- package/es/wldy/IWldyPageResponse.js +59 -0
- package/es/wldy/index.d.ts +5 -0
- package/es/wldy/index.js +12 -0
- package/es/wlzf/IWlzfEnvrResponse.d.ts +112 -0
- package/es/wlzf/IWlzfEnvrResponse.js +59 -0
- package/es/wlzf/index.d.ts +2 -0
- package/es/wlzf/index.js +4 -0
- package/es/wtui/ITodoResponse.d.ts +14 -0
- package/es/wtui/IViewCtrlResponse.d.ts +84 -0
- package/es/wtui/IViewCtrlResponse.js +64 -0
- package/es/wtui/IWtuiColWidthResponse.d.ts +52 -0
- package/es/wtui/IWtuiColWidthResponse.js +29 -0
- package/es/wtui/IWtuiFormParaResponse.d.ts +16 -0
- package/es/wtui/IWtuiFormParaResponse.js +17 -0
- package/es/wtui/IWtuiFormResponse.d.ts +72 -0
- package/es/wtui/IWtuiFormResponse.js +48 -0
- package/es/wtui/IWtuiItemCalc.d.ts +34 -0
- package/es/wtui/IWtuiItemCalc.js +8 -0
- package/es/wtui/IWtuiItemEffect.d.ts +38 -0
- package/es/wtui/IWtuiItemEffect.js +24 -0
- package/es/wtui/IWtuiItemParaResponse.d.ts +56 -0
- package/es/wtui/IWtuiItemParaResponse.js +41 -0
- package/es/wtui/IWtuiItemResponse.d.ts +97 -0
- package/es/wtui/IWtuiItemResponse.js +56 -0
- package/es/wtui/IWtuiMainResponse.d.ts +110 -0
- package/es/wtui/IWtuiMainResponse.js +56 -0
- package/es/wtui/IWtuiNodeResponse.d.ts +74 -0
- package/es/wtui/IWtuiNodeResponse.js +40 -0
- package/es/wtui/IWtuiOperateResponse.d.ts +65 -0
- package/es/wtui/IWtuiOperateResponse.js +43 -0
- package/es/wtui/IWtuiRootResponse.d.ts +61 -0
- package/es/wtui/IWtuiRootResponse.js +33 -0
- package/es/wtui/IWtuiTodoResponse.d.ts +74 -0
- package/es/wtui/IWtuiTodoResponse.js +62 -0
- package/es/wtui/IWtuiTodoResponseTodoPara.d.ts +6 -0
- package/es/wtui/IWtuiTodoResponseTodoPara.js +6 -0
- package/es/wtui/IWtuiTodoResponseWithPara.d.ts +31 -0
- package/es/wtui/IWtuiTodoResponseWithPara.js +18 -0
- package/es/wtui/IWtuiUserCnfgResponse.d.ts +95 -0
- package/es/wtui/IWtuiUserCnfgResponse.js +44 -0
- package/es/wtui/IWtuiViewResponse.d.ts +83 -0
- package/es/wtui/IWtuiViewResponse.js +49 -0
- package/es/wtui/IWtuiZoneResponse.d.ts +56 -0
- package/es/wtui/IWtuiZoneResponse.js +29 -0
- package/es/wtui/index.d.ts +22 -0
- package/es/wtui/index.js +36 -0
- package/es/wzpz/IWzWithParaResponse.d.ts +104 -0
- package/es/wzpz/IWzWithParaResponse.js +70 -0
- package/es/wzpz/IWzpzCnfgResponse.d.ts +101 -0
- package/es/wzpz/IWzpzCnfgResponse.js +53 -0
- package/es/wzpz/IWzpzItemResponse.d.ts +77 -0
- package/es/wzpz/IWzpzItemResponse.js +42 -0
- package/es/wzpz/IWzpzK0kmResponse.d.ts +91 -0
- package/es/wzpz/IWzpzK0kmResponse.js +48 -0
- package/es/wzpz/IWzpzK8kmResponse.d.ts +132 -0
- package/es/wzpz/IWzpzK8kmResponse.js +67 -0
- package/es/wzpz/IWzpzKbkmResponse.d.ts +121 -0
- package/es/wzpz/IWzpzKbkmResponse.js +64 -0
- package/es/wzpz/IWzpzPckmResponse.d.ts +48 -0
- package/es/wzpz/IWzpzPckmResponse.js +27 -0
- package/es/wzpz/IWzpzTypeResponse.d.ts +86 -0
- package/es/wzpz/IWzpzTypeResponse.js +46 -0
- package/es/wzpz/index.d.ts +9 -0
- package/es/wzpz/index.js +18 -0
- package/es/yzcb/ICbjgMainResponse.d.ts +131 -0
- package/es/yzcb/ICbjgMainResponse.js +67 -0
- package/es/yzcb/IYzcbBillResponse.d.ts +48 -0
- package/es/yzcb/IYzcbBillResponse.js +27 -0
- package/es/yzcb/IYzcbMainResponse.d.ts +167 -0
- package/es/yzcb/IYzcbMainResponse.js +89 -0
- package/es/yzcb/index.d.ts +4 -0
- package/es/yzcb/index.js +8 -0
- package/es/yzcg/IYzcgBillResponse.d.ts +68 -0
- package/es/yzcg/IYzcgBillResponse.js +40 -0
- package/es/yzcg/IYzcgGshdResponse.d.ts +58 -0
- package/es/yzcg/IYzcgGshdResponse.js +32 -0
- package/es/yzcg/IYzcgLockResponse.d.ts +40 -0
- package/es/yzcg/IYzcgLockResponse.js +23 -0
- package/es/yzcg/IYzcgMainResponse.d.ts +259 -0
- package/es/yzcg/IYzcgMainResponse.js +142 -0
- package/es/yzcg/index.d.ts +5 -0
- package/es/yzcg/index.js +10 -0
- package/es/yzcq/IYzcqMainResponse.d.ts +94 -0
- package/es/yzcq/index.d.ts +2 -0
- package/es/yzht/IYzhtBillResponse.d.ts +179 -0
- package/es/yzht/IYzhtBillResponse.js +92 -0
- package/es/yzht/IYzhtDzmxResponse.d.ts +56 -0
- package/es/yzht/IYzhtFymxResponse.d.ts +98 -0
- package/es/yzht/IYzhtGlfdResponse.d.ts +52 -0
- package/es/yzht/IYzhtGlfdResponse.js +29 -0
- package/es/yzht/IYzhtGlpzResponse.d.ts +48 -0
- package/es/yzht/IYzhtGlpzResponse.js +26 -0
- package/es/yzht/IYzhtGlzdResponse.d.ts +45 -0
- package/es/yzht/IYzhtGlzdResponse.js +32 -0
- package/es/yzht/IYzhtMainResponse.d.ts +631 -0
- package/es/yzht/IYzhtMainResponse.js +315 -0
- package/es/yzht/index.d.ts +6 -0
- package/es/yzht/index.js +12 -0
- package/es/yzpz/IYzpzCnfgResponse.d.ts +93 -0
- package/es/yzpz/IYzpzCnfgResponse.js +49 -0
- package/es/yzpz/IYzpzItemResponse.d.ts +73 -0
- package/es/yzpz/IYzpzItemResponse.js +47 -0
- package/es/yzpz/IYzpzK0kmResponse.d.ts +72 -0
- package/es/yzpz/IYzpzK0kmResponse.js +39 -0
- package/es/yzpz/IYzpzK8kmResponse.d.ts +144 -0
- package/es/yzpz/IYzpzK8kmResponse.js +77 -0
- package/es/yzpz/IYzpzKbkmResponse.d.ts +85 -0
- package/es/yzpz/IYzpzKbkmResponse.js +46 -0
- package/es/yzpz/IYzpzTypeResponse.d.ts +94 -0
- package/es/yzpz/IYzpzTypeResponse.js +50 -0
- package/es/yzpz/IYzpzTypeResponseConf.d.ts +10 -0
- package/es/yzpz/IYzpzTypeResponseConf.js +40 -0
- package/es/yzpz/index.d.ts +8 -0
- package/es/yzpz/index.js +16 -0
- package/es/zbhd/IZbhdMainResponese.d.ts +229 -0
- package/es/zbhd/IZbhdMainResponese.js +115 -0
- package/es/zbhd/IZbzdCnfgResponse.d.ts +80 -0
- package/es/zbhd/IZbzdCnfgResponse.js +42 -0
- package/es/zbhd/index.d.ts +3 -0
- package/es/zbhd/index.js +6 -0
- package/es/zbzd/IZbzbZbflResponse.d.ts +216 -0
- package/es/zbzd/IZbzbZbflResponse.js +105 -0
- package/es/zbzd/IZbzdMainResponse.d.ts +282 -0
- package/es/zbzd/IZbzdMainResponse.js +115 -0
- package/es/zbzd/index.d.ts +3 -0
- package/es/zbzd/index.js +6 -0
- package/es/zfht/IZfhtResponse.d.ts +100 -0
- package/es/zfht/IZfhtResponse.js +53 -0
- package/es/zfht/index.d.ts +2 -0
- package/es/zfht/index.js +4 -0
- package/es/zfsq/IZfsqResponse.d.ts +188 -0
- package/es/zfsq/IZfsqResponse.js +97 -0
- package/es/zfsq/index.d.ts +2 -0
- package/es/zfsq/index.js +4 -0
- package/package.json +45 -33
- package/readme.md +1 -1
- package/.prettierignore +0 -0
- package/.prettierrc +0 -15
- package/eslint.config.js +0 -30
- package/index.ts +0 -98
- package/src/antv/IAntvCnfgResponse.ts +0 -69
- package/src/antv/IAntvMainResponse.ts +0 -67
- package/src/antv/IAntvParaResponse.ts +0 -49
- package/src/antv/index.ts +0 -5
- package/src/app/ITab.ts +0 -57
- package/src/app/IUserData.ts +0 -7
- package/src/app/index.ts +0 -4
- package/src/base/IBaseResponse.ts +0 -25
- package/src/bill/IBillCnfgResponse.ts +0 -113
- package/src/bill/IBillMainResponse.ts +0 -284
- package/src/bill/index.ts +0 -4
- package/src/card/ICardBookResponse.ts +0 -123
- package/src/card/ICardDataResponse.ts +0 -249
- package/src/card/ICardFromResponse.ts +0 -68
- package/src/card/ICardFwczResponse.ts +0 -197
- package/src/card/ICardHyhbBillResponse.ts +0 -95
- package/src/card/ICardHyhbResponse.ts +0 -85
- package/src/card/ICardMainFindResponse.ts +0 -95
- package/src/card/ICardMainResponse.ts +0 -762
- package/src/card/ICardRoomResponse.ts +0 -177
- package/src/card/IGblbResponse.ts +0 -133
- package/src/card/IP4pzResponse.ts +0 -68
- package/src/card/ISyszclbgblbResponse.ts +0 -67
- package/src/card/ISyszclbgblbResponse.ts~ +0 -67
- package/src/card/IZcbdResponse.ts +0 -205
- package/src/card/IZccfResponse.ts +0 -232
- package/src/card/IZcczResponse.ts +0 -222
- package/src/card/IZcdbResponse.ts +0 -237
- package/src/card/IZclbResponse.ts +0 -138
- package/src/card/IZclbgblbResponse.ts~ +0 -68
- package/src/card/IZczjPropResponse.ts +0 -94
- package/src/card/IZczjResponse.ts +0 -121
- package/src/card/index.ts +0 -63
- package/src/cggz/ICggzBillResponse.ts +0 -69
- package/src/cggz/ICggzMainResponse.ts +0 -188
- package/src/cggz/index.ts +0 -4
- package/src/clas/IClasAttrResponse.ts +0 -69
- package/src/clas/IClasMainResponse.ts +0 -67
- package/src/clas/readme.md +0 -1
- package/src/conf/ICnfgMainResponse.ts +0 -83
- package/src/conf/IConfig.ts +0 -50
- package/src/conf/index.ts +0 -3
- package/src/const/const_align.ts +0 -15
- package/src/const/const_audit.ts +0 -34
- package/src/const/const_bizCode.ts +0 -3
- package/src/const/const_card.ts +0 -6
- package/src/const/const_clas.ts +0 -72
- package/src/const/const_cnfg.ts +0 -92
- package/src/const/const_data_from.ts +0 -14
- package/src/const/const_elem.ts +0 -99
- package/src/const/const_flow.ts +0 -7
- package/src/const/const_gams_mode.ts +0 -5
- package/src/const/const_glpz_mode.ts +0 -2
- package/src/const/const_gzlm.ts +0 -39
- package/src/const/const_hznk.ts +0 -19
- package/src/const/const_hznt.ts +0 -71
- package/src/const/const_module.ts +0 -112
- package/src/const/const_myoa.ts +0 -79
- package/src/const/const_p4pt.ts +0 -8
- package/src/const/const_part.ts +0 -25
- package/src/const/const_stat.ts +0 -400
- package/src/const/const_take_type.ts +0 -9
- package/src/const/const_todo.ts +0 -28
- package/src/const/const_travel.ts +0 -8
- package/src/const/const_type.ts +0 -66
- package/src/const/const_type_name.ts +0 -245
- package/src/const/const_user.ts +0 -2
- package/src/const/const_user_acno.ts +0 -6
- package/src/const/const_wldy_item_type.ts +0 -4
- package/src/const/const_wtui_item_type.ts +0 -24
- package/src/const/const_wtui_item_type.ts~ +0 -20
- package/src/const/const_yiha.ts +0 -32
- package/src/const/const_zbzd.ts +0 -10
- package/src/const/index.ts +0 -60
- package/src/const/index.ts~ +0 -29
- package/src/core/ICoreValidResponse.ts +0 -21
- package/src/core/IDeptLiteResponse.ts +0 -43
- package/src/core/IDeptResponse.ts +0 -171
- package/src/core/IDeptResponse.ts~ +0 -162
- package/src/core/IDictResponse.ts +0 -183
- package/src/core/IDictResponseConf.ts +0 -36
- package/src/core/IDictResponseDictPara.ts +0 -42
- package/src/core/IEnvrResponse.ts +0 -95
- package/src/core/ILaidResponse.ts +0 -161
- package/src/core/IPartResponse.ts +0 -120
- package/src/core/IPathResponse.ts +0 -133
- package/src/core/ISourceItem.ts +0 -55
- package/src/core/IStypResponse.ts +0 -45
- package/src/core/ISysClasResponse.ts +0 -57
- package/src/core/ISysMenuWithCoreResponse.ts +0 -152
- package/src/core/ISysMenuWithCoreResponseMenuPara.ts +0 -3
- package/src/core/ISysMenuWithExpdResponse.ts +0 -320
- package/src/core/ISysTravelResponse.ts +0 -133
- package/src/core/ITypeResponse.ts +0 -127
- package/src/core/IUnitBindResponse.ts +0 -62
- package/src/core/IUnitResponse.ts +0 -257
- package/src/core/IUnitResponseElemPara.ts +0 -11
- package/src/core/IUserAcnoResponse.ts +0 -182
- package/src/core/IUserFindResponse.ts +0 -140
- package/src/core/IUserLiteResponse.ts +0 -141
- package/src/core/IUserPartResponse.ts +0 -170
- package/src/core/IUserResponse.ts +0 -421
- package/src/core/IUserSzdwResponse.ts +0 -165
- package/src/core/index.ts +0 -77
- package/src/cron/ICronMainResponse.ts +0 -174
- package/src/cron/index.ts +0 -3
- package/src/decorators/DConfigManager.ts +0 -23
- package/src/decorators/DConfigProperty.ts +0 -7
- package/src/decorators/IConfigProperty.ts +0 -32
- package/src/decorators/index.ts +0 -4
- package/src/elem/IElemDataResponse.ts +0 -101
- package/src/elem/IElemElemResponse.ts +0 -102
- package/src/elem/ISysElemResponse.ts +0 -51
- package/src/elem/index.ts +0 -4
- package/src/enums/btnMode.ts +0 -137
- package/src/enums/cardMode.ts +0 -28
- package/src/enums/doneMode.ts +0 -8
- package/src/enums/editMode.ts +0 -22
- package/src/enums/emitterType.ts +0 -6
- package/src/enums/formType.ts +0 -10
- package/src/enums/index.ts +0 -13
- package/src/enums/storeId.ts +0 -12
- package/src/enums/usesStat.ts +0 -14
- package/src/enums/viewMode.ts +0 -7
- package/src/enums/whatDone.ts +0 -30
- package/src/expd/IExpdBAXQResponse.ts +0 -61
- package/src/expd/IExpdCallResponse.ts +0 -57
- package/src/expd/IExpdCardResponse.ts +0 -102
- package/src/expd/IExpdCashResponse.ts +0 -75
- package/src/expd/IExpdHYHBResponse.ts +0 -53
- package/src/expd/IExpdHYMXResponse.ts +0 -61
- package/src/expd/IExpdLfmxResponse.ts +0 -56
- package/src/expd/IExpdMainResponse.ts +0 -552
- package/src/expd/IExpdP2pzResponse.ts +0 -59
- package/src/expd/IExpdP5pzResponse.ts +0 -57
- package/src/expd/IExpdSZMXResponse.ts +0 -66
- package/src/expd/IViewLockResponse.ts +0 -63
- package/src/expd/index.ts +0 -36
- package/src/flow/IFlowCnfgResponse.ts +0 -69
- package/src/flow/IFlowDataResponse.ts +0 -193
- package/src/flow/IFlowDutyNodeParaConv.ts +0 -7
- package/src/flow/IFlowDutyResponse.ts +0 -85
- package/src/flow/IFlowMainResponse.ts +0 -126
- package/src/flow/IFlowNodeResponse.ts +0 -473
- package/src/flow/IFlowTypeResponse.ts +0 -3
- package/src/flow/IFlowUservoidResponse.ts +0 -35
- package/src/flow/IFlowVoidResponse.ts +0 -73
- package/src/flow/index.ts +0 -27
- package/src/gams/IGamsBillResponse.ts +0 -348
- package/src/gams/IGamsCnfgResponse.ts +0 -79
- package/src/gams/IGamsEachResponse.ts +0 -67
- package/src/gams/IGamsItemResponse.ts +0 -109
- package/src/gams/IGamsK0kmResponse.ts +0 -97
- package/src/gams/IGamsK8kmResponse.ts +0 -158
- package/src/gams/IGamsMainResponse.ts +0 -223
- package/src/gams/IGamsTypeResponse.ts +0 -113
- package/src/gams/IGamsWtdwResponse.ts +0 -62
- package/src/gams/index.ts +0 -27
- package/src/gzjg/IGzjgBodyLockResponse.ts +0 -65
- package/src/gzjg/IGzjgGzlmLandResponse.ts +0 -88
- package/src/gzjg/IGzjgGzlmResponse.ts +0 -193
- package/src/gzjg/IGzjgGzlmResponseGzlmPara.ts +0 -25
- package/src/gzjg/IGzjgGzlmWithResponse.ts +0 -88
- package/src/gzjg/IGzjgMainResponse.ts +0 -240
- package/src/gzjg/IGzjgMainResponseGzjgPara.ts +0 -31
- package/src/gzjg/IGzjgMainResponseWithYZPZ.ts +0 -41
- package/src/gzjg/IGzjgQzgsResponse.ts +0 -55
- package/src/gzjg/index.ts +0 -27
- package/src/gztb/IGztbMainResponse.ts +0 -110
- package/src/gztb/index.ts +0 -3
- package/src/gzzd/ICellEditResponse.ts +0 -47
- package/src/gzzd/IGzzdBillResponse.ts +0 -160
- package/src/gzzd/IGzzdLineResponse.ts +0 -19
- package/src/gzzd/IGzzdMainResponse.ts +0 -218
- package/src/gzzd/index.ts +0 -6
- package/src/hzcb/IHzcbMainResponse.ts +0 -263
- package/src/hzcb/IHzcbRypqResponse.ts +0 -258
- package/src/hzcb/IHzcbXmtzBillResponse.ts +0 -105
- package/src/hzcb/IHzcbXmtzResponse.ts +0 -195
- package/src/hzcb/IHzcbXmykResponse.ts +0 -197
- package/src/hzcb/IHzcbZjlyResponse.ts +0 -73
- package/src/hzcb/index.ts +0 -18
- package/src/hznj/IHznjBaseItemResponse.ts +0 -61
- package/src/hznj/IHznjBasePathResponse.ts +0 -45
- package/src/hznj/IHznjBaseResponse.ts +0 -120
- package/src/hznj/index.ts +0 -12
- package/src/hznk/IHznkBaseNbyhResponse.ts +0 -49
- package/src/hznk/IHznkBasePathResponse.ts +0 -47
- package/src/hznk/IHznkBaseResponse.ts +0 -189
- package/src/hznk/IHznkBaseWbdwResponse.ts +0 -55
- package/src/hznk/IHznkBaseWbyhResponse.ts +0 -49
- package/src/hznk/IHznkDataEachResponse.ts +0 -49
- package/src/hznk/IHznkDataItemResponse.ts +0 -49
- package/src/hznk/IHznkDataNbyhResponse.ts +0 -56
- package/src/hznk/IHznkDataPathResponse.ts +0 -47
- package/src/hznk/IHznkDataResponse.ts +0 -293
- package/src/hznk/IHznkFydwBillResponse.ts +0 -53
- package/src/hznk/IHznkFydwFromResponse.ts +0 -47
- package/src/hznk/IHznkFydwItemResponse.ts +0 -49
- package/src/hznk/IHznkFydwPathResponse.ts +0 -47
- package/src/hznk/IHznkFydwResponse.ts +0 -181
- package/src/hznk/IHznkFytqResponse.ts +0 -0
- package/src/hznk/IHznkMainNbyhResponse.ts +0 -49
- package/src/hznk/IHznkMainResponse.ts +0 -210
- package/src/hznk/IHznkMainRwzbResponse.ts +0 -57
- package/src/hznk/IHznkMainWbdwResponse.ts +0 -54
- package/src/hznk/IHznkMainWbyhResponse.ts +0 -49
- package/src/hznk/IHznkNoteFromResponse.ts +0 -47
- package/src/hznk/IHznkNotePathResponse.ts +0 -47
- package/src/hznk/IHznkNoteResponse.ts +0 -101
- package/src/hznk/IHznkXmysItemResponse.ts +0 -49
- package/src/hznk/IHznkXmysResponse.ts +0 -110
- package/src/hznk/IHznkXmysYsxqResponse.ts +0 -51
- package/src/hznk/IHznkYssqResponse.ts +0 -104
- package/src/hznk/index.ts +0 -78
- package/src/hznk/readme.md +0 -1
- package/src/japz/IJapzCnfgResponse.ts +0 -73
- package/src/japz/IJapzItemResponse.ts +0 -69
- package/src/japz/IJapzK0kmResponse.ts +0 -64
- package/src/japz/IJapzK7kmResponse.ts +0 -64
- package/src/japz/IJapzK8kmResponse.ts +0 -71
- package/src/japz/IJapzK9kmResponse.ts +0 -64
- package/src/japz/index.ts +0 -21
- package/src/japz/readme.md +0 -8
- package/src/load/ILoadCellResponse.ts +0 -53
- package/src/load/ILoadDataResponse.ts +0 -54
- package/src/load/ILoadLineResponse.ts +0 -11
- package/src/load/ILoadMainResponse.ts +0 -116
- package/src/load/ILoadZydwResponse.ts +0 -57
- package/src/load/IYqdwResponse.ts +0 -65
- package/src/load/IYqkbResponse.ts +0 -65
- package/src/load/IYqkmResponse.ts +0 -51
- package/src/load/index.ts +0 -27
- package/src/micro/appData.ts +0 -29
- package/src/micro/appName.ts +0 -8
- package/src/micro/appTab.ts +0 -15
- package/src/micro/index.ts +0 -6
- package/src/myoa/IMyoaCashResponse.ts +0 -107
- package/src/myoa/IMyoaMainResponse.ts +0 -479
- package/src/myoa/IMyoaPGDWResponse.ts +0 -49
- package/src/myoa/IMyoaRoomResponse.ts +0 -99
- package/src/myoa/index.ts +0 -6
- package/src/noti/INotiMainResponse.ts +0 -394
- package/src/noti/index.ts +0 -3
- package/src/pzpt/IPzptCnfgMoreResponse.ts +0 -59
- package/src/pzpt/IPzptCnfgResponse.ts +0 -171
- package/src/pzpt/IPzptGlfaResponse.ts +0 -84
- package/src/pzpt/IPzptGlkmResponse.ts +0 -98
- package/src/pzpt/IPzptGlkmfdResponse.ts +0 -59
- package/src/pzpt/IPzptGlkmzdResponse.ts +0 -59
- package/src/pzpt/IPzptItemResponse.ts +0 -104
- package/src/pzpt/IPzptK0kmResponse.ts +0 -69
- package/src/pzpt/IPzptK8kmResponse.ts +0 -183
- package/src/pzpt/IPzptKbkmResponse.ts +0 -139
- package/src/pzpt/IPzptPzpzDataResponse.ts +0 -79
- package/src/pzpt/IPzptPzpzP6pzResponse.ts +0 -136
- package/src/pzpt/IPzptPzpzResponse.ts +0 -116
- package/src/pzpt/IPzptTypeResponse.ts +0 -88
- package/src/pzpt/IPzptUkkmResponse.ts +0 -87
- package/src/pzpt/index.ts +0 -42
- package/src/response/IResponse.ts +0 -48
- package/src/store/dateState.ts +0 -49
- package/src/store/index.ts +0 -8
- package/src/store/menuState.ts +0 -9
- package/src/store/tabsState.ts +0 -13
- package/src/store/userState.ts +0 -50
- package/src/store/viewState.ts +0 -9
- package/src/tabl/ITablDataResponse.ts +0 -72
- package/src/tabl/ITablLineResponse.ts +0 -13
- package/src/tabl/ITablMainResponse.ts +0 -184
- package/src/tabl/index.ts +0 -5
- package/src/take/ITakeBillResponse.ts +0 -144
- package/src/take/ITakeMainResponse.ts +0 -205
- package/src/take/index.ts +0 -4
- package/src/talk/ITalkMainResponse.ts +0 -95
- package/src/task/ITaskMainResponse.ts +0 -121
- package/src/task/index.ts +0 -3
- package/src/wldy/IWldyDataResponse.ts +0 -70
- package/src/wldy/IWldyItemResponse.ts +0 -74
- package/src/wldy/IWldyPageParaResponse.ts +0 -42
- package/src/wldy/IWldyPageResponse.ts +0 -104
- package/src/wldy/index.ts +0 -18
- package/src/wlzf/IWlzfEnvrResponse.ts +0 -116
- package/src/wlzf/index.ts +0 -3
- package/src/wtui/ITodoResponse.ts +0 -15
- package/src/wtui/IViewCtrlResponse.ts +0 -111
- package/src/wtui/IViewCtrlResponse.ts~ +0 -93
- package/src/wtui/IWtuiColWidthResponse.ts +0 -53
- package/src/wtui/IWtuiFormParaResponse.ts +0 -17
- package/src/wtui/IWtuiFormResponse.ts +0 -92
- package/src/wtui/IWtuiItemCalc.ts +0 -36
- package/src/wtui/IWtuiItemEffect.ts +0 -43
- package/src/wtui/IWtuiItemParaResponse.ts +0 -59
- package/src/wtui/IWtuiItemResponse.ts +0 -116
- package/src/wtui/IWtuiMainResponse.ts +0 -114
- package/src/wtui/IWtuiNodeResponse.ts +0 -75
- package/src/wtui/IWtuiOperateResponse.ts +0 -80
- package/src/wtui/IWtuiRootResponse.ts +0 -62
- package/src/wtui/IWtuiTodoResponse.ts +0 -99
- package/src/wtui/IWtuiTodoResponseTodoPara.ts +0 -7
- package/src/wtui/IWtuiTodoResponseWithPara.ts +0 -32
- package/src/wtui/IWtuiUserCnfgResponse.ts +0 -100
- package/src/wtui/IWtuiViewResponse.ts +0 -91
- package/src/wtui/IWtuiZoneResponse.ts +0 -61
- package/src/wtui/index.ts +0 -57
- package/src/wzpz/IWzWithParaResponse.ts +0 -147
- package/src/wzpz/IWzpzCnfgResponse.ts +0 -106
- package/src/wzpz/IWzpzItemResponse.ts +0 -78
- package/src/wzpz/IWzpzK0kmResponse.ts +0 -94
- package/src/wzpz/IWzpzK8kmResponse.ts +0 -141
- package/src/wzpz/IWzpzKbkmResponse.ts +0 -124
- package/src/wzpz/IWzpzPckmResponse.ts +0 -49
- package/src/wzpz/IWzpzTypeResponse.ts +0 -87
- package/src/wzpz/index.ts +0 -27
- package/src/yzcb/ICbjgMainResponse.ts +0 -133
- package/src/yzcb/IYzcbBillResponse.ts +0 -49
- package/src/yzcb/IYzcbMainResponse.ts +0 -189
- package/src/yzcb/index.ts +0 -5
- package/src/yzcg/IYzcgBillResponse.ts +0 -72
- package/src/yzcg/IYzcgGshdResponse.ts +0 -59
- package/src/yzcg/IYzcgLockResponse.ts +0 -41
- package/src/yzcg/IYzcgMainResponse.ts +0 -308
- package/src/yzcg/index.ts +0 -6
- package/src/yzcq/IYzcqMainResponse.ts +0 -120
- package/src/yzcq/index.ts +0 -3
- package/src/yzht/IYzhtBillResponse.ts +0 -188
- package/src/yzht/IYzhtDzmxResponse.ts +0 -57
- package/src/yzht/IYzhtFymxResponse.ts +0 -99
- package/src/yzht/IYzhtGlfdResponse.ts +0 -53
- package/src/yzht/IYzhtGlpzResponse.ts +0 -52
- package/src/yzht/IYzhtGlzdResponse.ts +0 -56
- package/src/yzht/IYzhtMainResponse.ts +0 -679
- package/src/yzht/index.ts +0 -18
- package/src/yzpz/IYzpzCnfgResponse.ts +0 -95
- package/src/yzpz/IYzpzItemResponse.ts +0 -83
- package/src/yzpz/IYzpzK0kmResponse.ts +0 -73
- package/src/yzpz/IYzpzK8kmResponse.ts +0 -162
- package/src/yzpz/IYzpzKbkmResponse.ts +0 -86
- package/src/yzpz/IYzpzTypeResponse.ts +0 -96
- package/src/yzpz/IYzpzTypeResponseConf.ts +0 -36
- package/src/yzpz/index.ts +0 -24
- package/src/zbhd/IZbhdMainResponese.ts +0 -246
- package/src/zbhd/IZbzdCnfgResponse.ts +0 -84
- package/src/zbhd/index.ts +0 -4
- package/src/zbzd/IZbzbZbflResponse.ts +0 -226
- package/src/zbzd/IZbzdMainResponse.ts +0 -321
- package/src/zbzd/index.ts +0 -4
- package/src/zfht/IZfhtResponse.ts +0 -103
- package/src/zfht/index.ts +0 -3
- package/src/zfsq/IZfsqResponse.ts +0 -193
- package/src/zfsq/index.ts +0 -3
- package/tsconfig.json +0 -22
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
export interface IAntvCnfgResponse {
|
|
2
|
+
whoBuild: number;
|
|
3
|
+
userIndx: number;
|
|
4
|
+
cnfgIndx: number;
|
|
5
|
+
antvMain: number;
|
|
6
|
+
dataStat: number;
|
|
7
|
+
dataHide: number;
|
|
8
|
+
dataOrdr: number;
|
|
9
|
+
dataFrom: number;
|
|
10
|
+
dataDate: number;
|
|
11
|
+
dataTime: number;
|
|
12
|
+
createBy: string;
|
|
13
|
+
createAt: number;
|
|
14
|
+
updateBy: string;
|
|
15
|
+
updateAt: number;
|
|
16
|
+
deleteBy: string;
|
|
17
|
+
deleteAt: number;
|
|
18
|
+
queuesBy: number;
|
|
19
|
+
entityID: string;
|
|
20
|
+
colIndex: number;
|
|
21
|
+
qzgsText: string;
|
|
22
|
+
qzgsMemo: string;
|
|
23
|
+
usesNoti: number;
|
|
24
|
+
iRoyalty: number;
|
|
25
|
+
vRoyalty: number;
|
|
26
|
+
notiJldw: string;
|
|
27
|
+
notiText: string;
|
|
28
|
+
targetTo: number;
|
|
29
|
+
notiName: string;
|
|
30
|
+
notiBody: string;
|
|
31
|
+
sql4Data: string;
|
|
32
|
+
cnfgName: string;
|
|
33
|
+
cnfgMemo: string;
|
|
34
|
+
}
|
|
35
|
+
export declare class TAntvCnfgResponse implements IAntvCnfgResponse {
|
|
36
|
+
whoBuild: number;
|
|
37
|
+
userIndx: number;
|
|
38
|
+
cnfgIndx: number;
|
|
39
|
+
antvMain: number;
|
|
40
|
+
dataStat: number;
|
|
41
|
+
dataHide: number;
|
|
42
|
+
dataOrdr: number;
|
|
43
|
+
dataFrom: number;
|
|
44
|
+
dataDate: number;
|
|
45
|
+
dataTime: number;
|
|
46
|
+
createBy: string;
|
|
47
|
+
createAt: number;
|
|
48
|
+
updateBy: string;
|
|
49
|
+
updateAt: number;
|
|
50
|
+
deleteBy: string;
|
|
51
|
+
deleteAt: number;
|
|
52
|
+
queuesBy: number;
|
|
53
|
+
entityID: string;
|
|
54
|
+
colIndex: number;
|
|
55
|
+
qzgsText: string;
|
|
56
|
+
qzgsMemo: string;
|
|
57
|
+
usesNoti: number;
|
|
58
|
+
iRoyalty: number;
|
|
59
|
+
vRoyalty: number;
|
|
60
|
+
notiJldw: string;
|
|
61
|
+
notiText: string;
|
|
62
|
+
targetTo: number;
|
|
63
|
+
notiName: string;
|
|
64
|
+
notiBody: string;
|
|
65
|
+
sql4Data: string;
|
|
66
|
+
cnfgName: string;
|
|
67
|
+
cnfgMemo: string;
|
|
68
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
class e {
|
|
2
|
+
whoBuild = 0;
|
|
3
|
+
userIndx = 0;
|
|
4
|
+
cnfgIndx = 0;
|
|
5
|
+
antvMain = 0;
|
|
6
|
+
dataStat = 0;
|
|
7
|
+
dataHide = 0;
|
|
8
|
+
dataOrdr = 0;
|
|
9
|
+
dataFrom = 0;
|
|
10
|
+
dataDate = 0;
|
|
11
|
+
dataTime = 0;
|
|
12
|
+
createBy = "";
|
|
13
|
+
createAt = 0;
|
|
14
|
+
updateBy = "";
|
|
15
|
+
updateAt = 0;
|
|
16
|
+
deleteBy = "";
|
|
17
|
+
deleteAt = 0;
|
|
18
|
+
queuesBy = 0;
|
|
19
|
+
entityID = "";
|
|
20
|
+
colIndex = 0;
|
|
21
|
+
qzgsText = "";
|
|
22
|
+
qzgsMemo = "";
|
|
23
|
+
usesNoti = 0;
|
|
24
|
+
iRoyalty = 0;
|
|
25
|
+
vRoyalty = 0;
|
|
26
|
+
notiJldw = "";
|
|
27
|
+
notiText = "";
|
|
28
|
+
targetTo = 0;
|
|
29
|
+
notiName = "";
|
|
30
|
+
notiBody = "";
|
|
31
|
+
sql4Data = "";
|
|
32
|
+
cnfgName = "";
|
|
33
|
+
cnfgMemo = "";
|
|
34
|
+
}
|
|
35
|
+
export {
|
|
36
|
+
e as TAntvCnfgResponse
|
|
37
|
+
};
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
export interface IAntvMainResponse {
|
|
2
|
+
whoBuild: number;
|
|
3
|
+
userIndx: number;
|
|
4
|
+
antvIndx: number;
|
|
5
|
+
parentID: number;
|
|
6
|
+
hashCode: number;
|
|
7
|
+
dataLevl: number;
|
|
8
|
+
dataFrom: number;
|
|
9
|
+
kjndKJQJ: number;
|
|
10
|
+
dataStat: number;
|
|
11
|
+
dataOrdr: number;
|
|
12
|
+
dataDate: number;
|
|
13
|
+
dataTime: number;
|
|
14
|
+
dataHide: number;
|
|
15
|
+
dataGUID: string;
|
|
16
|
+
mastName: string;
|
|
17
|
+
mastGUID: string;
|
|
18
|
+
createBy: string;
|
|
19
|
+
createAt: number;
|
|
20
|
+
updateBy: string;
|
|
21
|
+
updateAt: number;
|
|
22
|
+
deleteBy: string;
|
|
23
|
+
deleteAt: number;
|
|
24
|
+
queuesBy: number;
|
|
25
|
+
entityID: string;
|
|
26
|
+
antvCode: string;
|
|
27
|
+
antvName: string;
|
|
28
|
+
antvMemo: string;
|
|
29
|
+
key: string;
|
|
30
|
+
title: string;
|
|
31
|
+
value: string;
|
|
32
|
+
children: IAntvMainResponse[];
|
|
33
|
+
}
|
|
34
|
+
export declare class TAntvMainResponse implements IAntvMainResponse {
|
|
35
|
+
whoBuild: number;
|
|
36
|
+
userIndx: number;
|
|
37
|
+
antvIndx: number;
|
|
38
|
+
parentID: number;
|
|
39
|
+
hashCode: number;
|
|
40
|
+
dataLevl: number;
|
|
41
|
+
dataFrom: number;
|
|
42
|
+
kjndKJQJ: number;
|
|
43
|
+
dataStat: number;
|
|
44
|
+
dataOrdr: number;
|
|
45
|
+
dataDate: number;
|
|
46
|
+
dataTime: number;
|
|
47
|
+
dataHide: number;
|
|
48
|
+
dataGUID: string;
|
|
49
|
+
mastName: string;
|
|
50
|
+
mastGUID: string;
|
|
51
|
+
createBy: string;
|
|
52
|
+
createAt: number;
|
|
53
|
+
updateBy: string;
|
|
54
|
+
updateAt: number;
|
|
55
|
+
deleteBy: string;
|
|
56
|
+
deleteAt: number;
|
|
57
|
+
queuesBy: number;
|
|
58
|
+
entityID: string;
|
|
59
|
+
antvCode: string;
|
|
60
|
+
antvName: string;
|
|
61
|
+
antvMemo: string;
|
|
62
|
+
key: string;
|
|
63
|
+
title: string;
|
|
64
|
+
value: string;
|
|
65
|
+
children: IAntvMainResponse[];
|
|
66
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
class e {
|
|
2
|
+
whoBuild = 0;
|
|
3
|
+
userIndx = 0;
|
|
4
|
+
antvIndx = 0;
|
|
5
|
+
parentID = 0;
|
|
6
|
+
hashCode = 0;
|
|
7
|
+
dataLevl = 0;
|
|
8
|
+
dataFrom = 0;
|
|
9
|
+
kjndKJQJ = 0;
|
|
10
|
+
dataStat = 0;
|
|
11
|
+
dataOrdr = 0;
|
|
12
|
+
dataDate = 0;
|
|
13
|
+
dataTime = 0;
|
|
14
|
+
dataHide = 0;
|
|
15
|
+
dataGUID = "";
|
|
16
|
+
mastName = "";
|
|
17
|
+
mastGUID = "";
|
|
18
|
+
createBy = "";
|
|
19
|
+
createAt = 0;
|
|
20
|
+
updateBy = "";
|
|
21
|
+
updateAt = 0;
|
|
22
|
+
deleteBy = "";
|
|
23
|
+
deleteAt = 0;
|
|
24
|
+
queuesBy = 0;
|
|
25
|
+
entityID = "";
|
|
26
|
+
antvCode = "";
|
|
27
|
+
antvName = "";
|
|
28
|
+
antvMemo = "";
|
|
29
|
+
key = "";
|
|
30
|
+
title = "";
|
|
31
|
+
value = "";
|
|
32
|
+
children = [];
|
|
33
|
+
}
|
|
34
|
+
export {
|
|
35
|
+
e as TAntvMainResponse
|
|
36
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export interface IAntvParaResponse {
|
|
2
|
+
whoBuild: number;
|
|
3
|
+
userIndx: number;
|
|
4
|
+
paraIndx: number;
|
|
5
|
+
antvMain: number;
|
|
6
|
+
antvCnfg: number;
|
|
7
|
+
dataStat: number;
|
|
8
|
+
dataHide: number;
|
|
9
|
+
dataOrdr: number;
|
|
10
|
+
dataFrom: number;
|
|
11
|
+
dataDate: number;
|
|
12
|
+
dataTime: number;
|
|
13
|
+
createBy: string;
|
|
14
|
+
createAt: number;
|
|
15
|
+
updateBy: string;
|
|
16
|
+
updateAt: number;
|
|
17
|
+
deleteBy: string;
|
|
18
|
+
deleteAt: number;
|
|
19
|
+
queuesBy: number;
|
|
20
|
+
entityID: string;
|
|
21
|
+
notEmpty: number;
|
|
22
|
+
startVal: string;
|
|
23
|
+
endedVal: string;
|
|
24
|
+
}
|
|
25
|
+
export declare class TAntvParaResponse implements IAntvParaResponse {
|
|
26
|
+
whoBuild: number;
|
|
27
|
+
userIndx: number;
|
|
28
|
+
paraIndx: number;
|
|
29
|
+
antvMain: number;
|
|
30
|
+
antvCnfg: number;
|
|
31
|
+
dataStat: number;
|
|
32
|
+
dataHide: number;
|
|
33
|
+
dataOrdr: number;
|
|
34
|
+
dataFrom: number;
|
|
35
|
+
dataDate: number;
|
|
36
|
+
dataTime: number;
|
|
37
|
+
createBy: string;
|
|
38
|
+
createAt: number;
|
|
39
|
+
updateBy: string;
|
|
40
|
+
updateAt: number;
|
|
41
|
+
deleteBy: string;
|
|
42
|
+
deleteAt: number;
|
|
43
|
+
queuesBy: number;
|
|
44
|
+
entityID: string;
|
|
45
|
+
notEmpty: number;
|
|
46
|
+
startVal: string;
|
|
47
|
+
endedVal: string;
|
|
48
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
class t {
|
|
2
|
+
whoBuild = 0;
|
|
3
|
+
userIndx = 0;
|
|
4
|
+
paraIndx = 0;
|
|
5
|
+
antvMain = 0;
|
|
6
|
+
antvCnfg = 0;
|
|
7
|
+
dataStat = 0;
|
|
8
|
+
dataHide = 0;
|
|
9
|
+
dataOrdr = 0;
|
|
10
|
+
dataFrom = 0;
|
|
11
|
+
dataDate = 0;
|
|
12
|
+
dataTime = 0;
|
|
13
|
+
createBy = "";
|
|
14
|
+
createAt = 0;
|
|
15
|
+
updateBy = "";
|
|
16
|
+
updateAt = 0;
|
|
17
|
+
deleteBy = "";
|
|
18
|
+
deleteAt = 0;
|
|
19
|
+
queuesBy = 0;
|
|
20
|
+
entityID = "";
|
|
21
|
+
notEmpty = 0;
|
|
22
|
+
startVal = "";
|
|
23
|
+
endedVal = "";
|
|
24
|
+
}
|
|
25
|
+
export {
|
|
26
|
+
t as TAntvParaResponse
|
|
27
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IAntvCnfgResponse, TAntvCnfgResponse } from './IAntvCnfgResponse';
|
|
2
|
+
import { IAntvMainResponse, TAntvMainResponse } from './IAntvMainResponse';
|
|
3
|
+
import { IAntvParaResponse, TAntvParaResponse } from './IAntvParaResponse';
|
|
4
|
+
export { type IAntvCnfgResponse, type IAntvMainResponse, type IAntvParaResponse, TAntvCnfgResponse, TAntvMainResponse, TAntvParaResponse };
|
package/es/antv/index.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { TAntvCnfgResponse as n } from "./IAntvCnfgResponse.js";
|
|
2
|
+
import { TAntvMainResponse as p } from "./IAntvMainResponse.js";
|
|
3
|
+
import { TAntvParaResponse as t } from "./IAntvParaResponse.js";
|
|
4
|
+
export {
|
|
5
|
+
n as TAntvCnfgResponse,
|
|
6
|
+
p as TAntvMainResponse,
|
|
7
|
+
t as TAntvParaResponse
|
|
8
|
+
};
|
package/es/app/ITab.d.ts
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { TSkdwType } from '../const/const_user_acno';
|
|
2
|
+
import { TEditMode } from '../enums';
|
|
3
|
+
import { IAppTab } from '../micro';
|
|
4
|
+
interface ITabQuery {
|
|
5
|
+
sourceId: number;
|
|
6
|
+
sourceNd: number;
|
|
7
|
+
bizIndex: number;
|
|
8
|
+
editMode: TEditMode;
|
|
9
|
+
billCnfg: number;
|
|
10
|
+
billType: number;
|
|
11
|
+
wagePage: number;
|
|
12
|
+
skdwType: TSkdwType;
|
|
13
|
+
}
|
|
14
|
+
declare class TTabQuery implements ITabQuery {
|
|
15
|
+
sourceId: number;
|
|
16
|
+
sourceNd: number;
|
|
17
|
+
bizIndex: number;
|
|
18
|
+
editMode: TEditMode;
|
|
19
|
+
billCnfg: number;
|
|
20
|
+
billType: number;
|
|
21
|
+
wagePage: number;
|
|
22
|
+
skdwType: TSkdwType;
|
|
23
|
+
}
|
|
24
|
+
interface ITab {
|
|
25
|
+
id: string;
|
|
26
|
+
name: string;
|
|
27
|
+
title: string;
|
|
28
|
+
path: string;
|
|
29
|
+
key: string;
|
|
30
|
+
icon: string;
|
|
31
|
+
keepAlive: boolean;
|
|
32
|
+
closable: boolean;
|
|
33
|
+
refresh: boolean;
|
|
34
|
+
query: ITabQuery;
|
|
35
|
+
microAppInfo?: IAppTab;
|
|
36
|
+
}
|
|
37
|
+
declare class TTab implements ITab {
|
|
38
|
+
id: string;
|
|
39
|
+
key: string;
|
|
40
|
+
name: string;
|
|
41
|
+
title: string;
|
|
42
|
+
path: string;
|
|
43
|
+
icon: string;
|
|
44
|
+
keepAlive: boolean;
|
|
45
|
+
closable: boolean;
|
|
46
|
+
refresh: boolean;
|
|
47
|
+
query: ITabQuery;
|
|
48
|
+
micorAppInfo?: IAppTab;
|
|
49
|
+
}
|
|
50
|
+
export type { ITab, ITabQuery };
|
|
51
|
+
export { TTab, TTabQuery };
|
package/es/app/ITab.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { USER_ACNO_DATA_TYPE_NULL as l } from "../const/const_user_acno.js";
|
|
2
|
+
import { TEditMode as o } from "../enums/editMode.js";
|
|
3
|
+
import { TAppTab as r } from "../micro/appTab.js";
|
|
4
|
+
class a {
|
|
5
|
+
sourceId = 0;
|
|
6
|
+
sourceNd = 0;
|
|
7
|
+
bizIndex = 0;
|
|
8
|
+
editMode = o.emNull;
|
|
9
|
+
billCnfg = 0;
|
|
10
|
+
billType = 0;
|
|
11
|
+
wagePage = 0;
|
|
12
|
+
skdwType = l;
|
|
13
|
+
}
|
|
14
|
+
class T {
|
|
15
|
+
id = "";
|
|
16
|
+
key = "";
|
|
17
|
+
name = "";
|
|
18
|
+
title = "";
|
|
19
|
+
path = "";
|
|
20
|
+
icon = "";
|
|
21
|
+
keepAlive = !1;
|
|
22
|
+
closable = !1;
|
|
23
|
+
refresh = !1;
|
|
24
|
+
query = new a();
|
|
25
|
+
micorAppInfo = new r();
|
|
26
|
+
}
|
|
27
|
+
export {
|
|
28
|
+
T as TTab,
|
|
29
|
+
a as TTabQuery
|
|
30
|
+
};
|
package/es/app/index.js
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export interface IBaseResponse<T> {
|
|
2
|
+
id: number | string;
|
|
3
|
+
key: number | string;
|
|
4
|
+
value: number | string;
|
|
5
|
+
label: string;
|
|
6
|
+
title: string;
|
|
7
|
+
rowIndex: number | string;
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
hasChild: boolean;
|
|
10
|
+
children: T[];
|
|
11
|
+
isChecked: boolean;
|
|
12
|
+
}
|
|
13
|
+
export declare class TBaseResponse<T> implements IBaseResponse<T> {
|
|
14
|
+
id: number | string;
|
|
15
|
+
key: number | string;
|
|
16
|
+
value: number | string;
|
|
17
|
+
label: string;
|
|
18
|
+
title: string;
|
|
19
|
+
rowIndex: number | string;
|
|
20
|
+
disabled: boolean;
|
|
21
|
+
hasChild: boolean;
|
|
22
|
+
children: T[];
|
|
23
|
+
isChecked: boolean;
|
|
24
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
export interface IBillCnfgResponse {
|
|
2
|
+
whoBuild: number;
|
|
3
|
+
userIndx: number;
|
|
4
|
+
cnfgIndx: number;
|
|
5
|
+
parentID: number;
|
|
6
|
+
dataStat: number;
|
|
7
|
+
dataType: number;
|
|
8
|
+
dataHide: number;
|
|
9
|
+
dataOrdr: number;
|
|
10
|
+
dataFrom: number;
|
|
11
|
+
dataDate: number;
|
|
12
|
+
dataTime: number;
|
|
13
|
+
mastName: string;
|
|
14
|
+
mastGUID: string;
|
|
15
|
+
userMain: number;
|
|
16
|
+
createBy: string;
|
|
17
|
+
createAt: number;
|
|
18
|
+
updateBy: string;
|
|
19
|
+
updateAt: number;
|
|
20
|
+
deleteBy: string;
|
|
21
|
+
deleteAt: number;
|
|
22
|
+
queuesBy: number;
|
|
23
|
+
/** 唯一标识 */
|
|
24
|
+
entityID: string;
|
|
25
|
+
/** 票据类型(字典) */
|
|
26
|
+
billType: number;
|
|
27
|
+
typeText: string;
|
|
28
|
+
/** 银行类型(字典) */
|
|
29
|
+
bankType: number;
|
|
30
|
+
bankText: string;
|
|
31
|
+
/** 打印模板 */
|
|
32
|
+
wldyPage: number;
|
|
33
|
+
cnfgCode: string;
|
|
34
|
+
/** 配置名称 */
|
|
35
|
+
cnfgName: string;
|
|
36
|
+
cnfgUses: string;
|
|
37
|
+
cnfgMemo: string;
|
|
38
|
+
/** 票号长度 */
|
|
39
|
+
codeSize: number;
|
|
40
|
+
/** 票据张数 */
|
|
41
|
+
billSize: number;
|
|
42
|
+
/** 票据号码段 */
|
|
43
|
+
startVal: string;
|
|
44
|
+
/** 票据号码段 */
|
|
45
|
+
endedVal: string;
|
|
46
|
+
/** 打印模板 */
|
|
47
|
+
pageName: string;
|
|
48
|
+
/** 打印模板.关联附件 */
|
|
49
|
+
sysPathc: number;
|
|
50
|
+
children: IBillCnfgResponse[];
|
|
51
|
+
}
|
|
52
|
+
export declare class TBillCnfgResponse implements IBillCnfgResponse {
|
|
53
|
+
whoBuild: number;
|
|
54
|
+
userIndx: number;
|
|
55
|
+
cnfgIndx: number;
|
|
56
|
+
parentID: number;
|
|
57
|
+
dataStat: number;
|
|
58
|
+
dataType: number;
|
|
59
|
+
dataHide: number;
|
|
60
|
+
dataOrdr: number;
|
|
61
|
+
dataFrom: number;
|
|
62
|
+
dataDate: number;
|
|
63
|
+
dataTime: number;
|
|
64
|
+
mastName: string;
|
|
65
|
+
mastGUID: string;
|
|
66
|
+
userMain: number;
|
|
67
|
+
createBy: string;
|
|
68
|
+
createAt: number;
|
|
69
|
+
updateBy: string;
|
|
70
|
+
updateAt: number;
|
|
71
|
+
deleteBy: string;
|
|
72
|
+
deleteAt: number;
|
|
73
|
+
queuesBy: number;
|
|
74
|
+
entityID: string;
|
|
75
|
+
billType: number;
|
|
76
|
+
typeText: string;
|
|
77
|
+
bankType: number;
|
|
78
|
+
bankText: string;
|
|
79
|
+
wldyPage: number;
|
|
80
|
+
cnfgCode: string;
|
|
81
|
+
cnfgName: string;
|
|
82
|
+
cnfgUses: string;
|
|
83
|
+
cnfgMemo: string;
|
|
84
|
+
codeSize: number;
|
|
85
|
+
billSize: number;
|
|
86
|
+
startVal: string;
|
|
87
|
+
endedVal: string;
|
|
88
|
+
pageName: string;
|
|
89
|
+
sysPathc: number;
|
|
90
|
+
children: IBillCnfgResponse[];
|
|
91
|
+
static toTree(listCnfg: IBillCnfgResponse[]): IBillCnfgResponse[];
|
|
92
|
+
static toList(treeCnfg: IBillCnfgResponse[]): IBillCnfgResponse[];
|
|
93
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { d as t } from "../_virtual/index.js";
|
|
2
|
+
import a from "lodash";
|
|
3
|
+
class i {
|
|
4
|
+
whoBuild = 0;
|
|
5
|
+
userIndx = 0;
|
|
6
|
+
cnfgIndx = 0;
|
|
7
|
+
parentID = 0;
|
|
8
|
+
dataStat = 0;
|
|
9
|
+
dataType = 0;
|
|
10
|
+
dataHide = 0;
|
|
11
|
+
dataOrdr = 0;
|
|
12
|
+
dataFrom = 0;
|
|
13
|
+
dataDate = 0;
|
|
14
|
+
dataTime = 0;
|
|
15
|
+
mastName = "";
|
|
16
|
+
mastGUID = "";
|
|
17
|
+
userMain = 0;
|
|
18
|
+
createBy = "";
|
|
19
|
+
createAt = 0;
|
|
20
|
+
updateBy = "";
|
|
21
|
+
updateAt = 0;
|
|
22
|
+
deleteBy = "";
|
|
23
|
+
deleteAt = 0;
|
|
24
|
+
queuesBy = 0;
|
|
25
|
+
entityID = "";
|
|
26
|
+
billType = 0;
|
|
27
|
+
typeText = "";
|
|
28
|
+
bankType = 0;
|
|
29
|
+
bankText = "";
|
|
30
|
+
wldyPage = 0;
|
|
31
|
+
cnfgCode = "";
|
|
32
|
+
cnfgName = "";
|
|
33
|
+
cnfgUses = "";
|
|
34
|
+
cnfgMemo = "";
|
|
35
|
+
codeSize = 0;
|
|
36
|
+
billSize = 0;
|
|
37
|
+
startVal = "";
|
|
38
|
+
endedVal = "";
|
|
39
|
+
pageName = "";
|
|
40
|
+
sysPathc = 0;
|
|
41
|
+
children = [];
|
|
42
|
+
static toTree(e) {
|
|
43
|
+
return t.construct(a.cloneDeep(e), { id: "cnfgIndx", pid: "parentID", children: "children" });
|
|
44
|
+
}
|
|
45
|
+
static toList(e) {
|
|
46
|
+
return t.destruct(a.cloneDeep(e), { id: "cnfgIndx", pid: "parentID", children: "children" });
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
export {
|
|
50
|
+
i as TBillCnfgResponse
|
|
51
|
+
};
|