@ningboyz/types 1.2.61 → 1.2.62
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
package/src/const/index.ts
CHANGED
|
@@ -25,7 +25,7 @@ import * as ConstModuleType from "./const_module";
|
|
|
25
25
|
import * as Module from "./const_module";
|
|
26
26
|
import * as Hznt from "./const_hznt";
|
|
27
27
|
import * as GlpzMode from "./const_glpz_mode";
|
|
28
|
-
|
|
28
|
+
import * as UserAcnoDataType from "./const_user_acno";
|
|
29
29
|
export {
|
|
30
30
|
Align,
|
|
31
31
|
Audit,
|
|
@@ -51,7 +51,8 @@ export {
|
|
|
51
51
|
WtuiItemType,
|
|
52
52
|
Yiha,
|
|
53
53
|
Zbzd,
|
|
54
|
-
GlpzMode
|
|
54
|
+
GlpzMode,
|
|
55
|
+
UserAcnoDataType
|
|
55
56
|
};
|
|
56
57
|
|
|
57
58
|
export type ModuleType = (typeof ConstModuleType)[keyof typeof ConstModuleType];
|
|
@@ -57,6 +57,7 @@ export interface IUserAcnoResponse extends IBaseResponse<IUserAcnoResponse> {
|
|
|
57
57
|
userCode: string;
|
|
58
58
|
heavyVal: number;
|
|
59
59
|
mobileID: string;
|
|
60
|
+
dataType: number;
|
|
60
61
|
|
|
61
62
|
userAddr: string;
|
|
62
63
|
creditOf: number;
|
|
@@ -145,7 +146,7 @@ export class TUserAcnoResponse extends TBaseResponse<IUserAcnoResponse> implemen
|
|
|
145
146
|
userAddr: string = "";
|
|
146
147
|
creditOf: number = 0;
|
|
147
148
|
creditBy: string = "";
|
|
148
|
-
|
|
149
|
+
dataType: number = 0;
|
|
149
150
|
billIndx: number = 0;
|
|
150
151
|
acnoHnhw: number = 0;
|
|
151
152
|
|
|
@@ -45,6 +45,7 @@ export interface IHzcbMainResponse {
|
|
|
45
45
|
/** 项目名称 */
|
|
46
46
|
hzcbName: string;
|
|
47
47
|
hzcbXmlb: number;
|
|
48
|
+
/** 建设地点 */
|
|
48
49
|
hzcbJsdd: string;
|
|
49
50
|
/** 项目性质 */
|
|
50
51
|
hzcbXmxz: number;
|
|
@@ -83,7 +84,7 @@ export interface IHzcbMainResponse {
|
|
|
83
84
|
fhMoney2: number;
|
|
84
85
|
fhMoney3: number;
|
|
85
86
|
hzcbUses: string;
|
|
86
|
-
/**
|
|
87
|
+
/** 项目内容|建设内容 */
|
|
87
88
|
hzcbXmnr: string;
|
|
88
89
|
startVal: number;
|
|
89
90
|
endedVal: number;
|
|
@@ -192,7 +193,7 @@ export class THzcbMainResponse implements IHzcbMainResponse {
|
|
|
192
193
|
fhMoney3: number = 0;
|
|
193
194
|
|
|
194
195
|
hzcbUses: string = "";
|
|
195
|
-
/**
|
|
196
|
+
/** 项目内容|建设内容 */
|
|
196
197
|
hzcbXmnr: string = "";
|
|
197
198
|
startVal: number = 0;
|
|
198
199
|
endedVal: number = 0;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
#### 农科院
|