@ningboyz/types 1.2.173 → 1.2.174

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.2.173",
4
+ "version": "1.2.174",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -0,0 +1,4 @@
1
+ // #IHznjXmsyResponse dataType
2
+ export const CONST_HZNJ_XMSY_DATA_TYPE_TO_样品抽检 = 1001
3
+ export const CONST_HZNJ_XMSY_DATA_TYPE_TO_委托单一 = 1002
4
+ export const CONST_HZNJ_XMSY_DATA_TYPE_TO_委托单二 = 1003
@@ -24,6 +24,7 @@ import * as WldyItemType from "./const_wldy_item_type";
24
24
  import * as ConstModuleType from "./const_module";
25
25
  import * as Module from "./const_module";
26
26
  import * as Hznt from "./const_hznt";
27
+ import * as Hznj from "./const_hznj";
27
28
  import * as GlpzMode from "./const_glpz_mode";
28
29
  import * as UserAcnoDataType from "./const_user_acno";
29
30
  import * as TabsStat from "./const_stat";
@@ -55,7 +56,8 @@ export {
55
56
  Zbzd,
56
57
  GlpzMode,
57
58
  UserAcnoDataType,
58
- TabsStat
59
+ TabsStat,
60
+ Hznj
59
61
  };
60
62
 
61
63
  export type ModuleType = (typeof ConstModuleType)[keyof typeof ConstModuleType];
@@ -1,29 +0,0 @@
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
-
27
- export { Align, Audit, Card, Clas, Cnfg, DataFrom, Elem, Flow, GamsMode, Gzlm, Module, Myoa, Part, Stat, TakeType, Todo, Travel, Type, TypeName, User, WldyItemType, WtuiItemType, Yiha, Zbzd };
28
-
29
- export type ModuleType = (typeof ConstModuleType)[keyof typeof ConstModuleType];