@ningboyz/types 1.2.99 → 1.2.100

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.99",
4
+ "version": "1.2.100",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -1,2 +1,18 @@
1
1
  export const CONST_HZNK_DATA_DATA_TYPE_TO_个人荣誉 = 1001;
2
- export const CONST_HZNK_DATA_DATA_TYPE_TO_人才称号 = 1002;
2
+ export const CONST_HZNK_DATA_DATA_TYPE_TO_人才称号 = 1002;
3
+
4
+ export const CONST_HZNK_DATA_DATA_TYPE_TO_知识产权 = 1003
5
+ export const CONST_HZNK_DATA_DATA_TYPE_TO_论文著作 = 1004
6
+ export const CONST_HZNK_DATA_DATA_TYPE_TO_软著专利 = 1005
7
+ export const CONST_HZNK_DATA_DATA_TYPE_TO_发布标准 = 1006
8
+ export const CONST_HZNK_DATA_DATA_TYPE_TO_获奖申请 = 1007
9
+ export const CONST_HZNK_DATA_DATA_TYPE_TO_获奖成果 = 1008
10
+ export const CONST_HZNK_DATA_DATA_TYPE_TO_领导批示 = 1009
11
+
12
+ export const CONST_HZNK_DATA_DATA_TYPE_TO_信息宣传 = 1010
13
+ export const CONST_HZNK_DATA_DATA_TYPE_TO_对口帮扶 = 1011
14
+ export const CONST_HZNK_DATA_DATA_TYPE_TO_对外培训 = 1012
15
+ export const CONST_HZNK_DATA_DATA_TYPE_TO_科技特派 = 1013
16
+ export const CONST_HZNK_DATA_DATA_TYPE_TO_学术交流 = 1014
17
+ export const CONST_HZNK_DATA_DATA_TYPE_TO_平台创建 = 1015
18
+ export const CONST_HZNK_DATA_DATA_TYPE_TO_创建团队 = 1016