@ningboyz/types 1.2.195 → 1.2.196

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.195",
4
+ "version": "1.2.196",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -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