@ningboyz/types 1.2.172 → 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.172",
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
@@ -251,3 +251,18 @@ export const CONST_SYS_TYPEU_专利软著_业务类型 = "专利软著-业务类
251
251
  * */
252
252
  export const CONST_SYS_TYPEU_甬农检_检验类型 = "甬农检-检验类型";
253
253
  export const CONST_SYS_TYPEU_甬农检_支付对象 = "甬农检-支付对象";
254
+ export const CONST_SYS_TYPEU_甬农检_抽检_支付对象 = "甬农检-抽检-检验类型";
255
+ export const CONST_SYS_TYPEU_甬农检_委托1_支付对象 = "甬农检-委托1-检验类型";
256
+ export const CONST_SYS_TYPEU_甬农检_时间要求 = "甬农检-时间要求";
257
+ export const CONST_SYS_TYPEU_甬农检_副样处理方式 = "甬农检-副样处理方式";
258
+ export const CONST_SYS_TYPEU_甬农检_报告领取方式 = "甬农检-报告领取方式";
259
+ export const CONST_SYS_TYPEU_甬农检_提供报告要求 = "甬农检-提供报告要求";
260
+ export const CONST_SYS_TYPEU_甬农检_样品保存方式 = "甬农检-样品保存方式";
261
+ export const CONST_SYS_TYPEU_甬农检_分包 = "甬农检-分包";
262
+ export const CONST_SYS_TYPEU_甬农检_检验类别 = "甬农检-检验类别";
263
+ export const CONST_SYS_TYPEU_甬农检_委托2_样品状态 = "甬农检-委托2-样品状态";
264
+ export const CONST_SYS_TYPEU_甬农检_付费方式 = "甬农检-付费方式";
265
+ export const CONST_SYS_TYPEU_甬农检_制备状态 = "甬农检-制备状态";
266
+ export const CONST_SYS_TYPEU_甬农检_检验状态 = "甬农检-检验状态";
267
+ export const CONST_SYS_TYPEU_甬农检_样品类型 = "甬农检-样品类型";
268
+ export const CONST_SYS_TYPEU_甬农检_样品交接_样品状态 = "甬农检-样品交接-样品状态";
@@ -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];