@ningboyz/types 1.2.195 → 1.2.197
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,9 @@
|
|
|
1
1
|
export interface IHznkFydwWbdwResponse {
|
|
2
2
|
whoBuild: number;
|
|
3
3
|
userIndx: number;
|
|
4
|
+
/**关联fydw_bill的fydw_indx */
|
|
4
5
|
fydwIndx: number;
|
|
6
|
+
/**关联fydw_bill的id_entity */
|
|
5
7
|
idEntity: number;
|
|
6
8
|
wbdwMain: number;
|
|
7
9
|
dataStat: number;
|
|
@@ -18,12 +20,19 @@ export interface IHznkFydwWbdwResponse {
|
|
|
18
20
|
deleteBy: string;
|
|
19
21
|
deleteAt: number;
|
|
20
22
|
queuesBy: number;
|
|
23
|
+
/**到位时间 */
|
|
21
24
|
fydwDate: number;
|
|
25
|
+
/**总经费 */
|
|
22
26
|
totalVal: number;
|
|
27
|
+
/**内部总经费 */
|
|
23
28
|
innerVal: number;
|
|
29
|
+
/**外部总经费 */
|
|
24
30
|
outerVal: number;
|
|
31
|
+
/**可用经费 */
|
|
25
32
|
nowMoney: number;
|
|
33
|
+
/**比例 */
|
|
26
34
|
ratioVal: number;
|
|
35
|
+
/**分值 */
|
|
27
36
|
limitVal: number;
|
|
28
37
|
}
|
|
29
38
|
|
|
@@ -139,5 +139,5 @@ export class TVaryMainResponse implements IVaryMainResponse {
|
|
|
139
139
|
listPath: TCore.IPathResponse[] = [];
|
|
140
140
|
listSQBM: TCore.IDeptResponse[] = [];
|
|
141
141
|
listSQYH: TCore.IUserResponse[] = [];
|
|
142
|
-
listBill: TVary.
|
|
142
|
+
listBill: TVary.IVaryBillResponse[] = [];
|
|
143
143
|
}
|