@ningboyz/types 1.2.99 → 1.2.101

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.101",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -25,6 +25,8 @@ export interface ICardBookResponse {
25
25
  bookCode: string;
26
26
  /** 房产证地址/土地证地址/租赁房源地址/坐落 */
27
27
  cardZlwz: string;
28
+ /** 产权单位统一社会信用代码 */
29
+ bookUsci: string;
28
30
  /** 房产所有人/土地使用者/承受方/承租人/权利人 */
29
31
  bookSyr: string;
30
32
  /** 房产证面积/土地证面积/租赁证面积/房屋建筑面积 */
@@ -84,6 +86,8 @@ export class TCardBookResponse implements ICardBookResponse {
84
86
  bookCode: string = '';
85
87
  /** 房产证地址/土地证地址/租赁房源地址/坐落 */
86
88
  cardZlwz: string = '';
89
+ /** 产权单位统一社会信用代码 */
90
+ bookUsci: string = "";
87
91
  /** 房产所有人/土地使用者/承受方/承租人/权利人 */
88
92
  bookSyr: string = '';
89
93
  /** 房产证面积/土地证面积/租赁证面积/房屋建筑面积 */
@@ -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