@ningboyz/types 1.2.18 → 1.2.20

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
- "version": "1.2.18",
3
+ "version": "1.2.20",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -56,13 +56,18 @@ export interface IYzhtBillResponse {
56
56
  hzcbMain: number;
57
57
  /** 一体化支付记录 */
58
58
  billBind: string;
59
- /** 支付时间 */
59
+ /** 支付时间-单笔 */
60
60
  billDate: number;
61
61
  /** 收款人是否一致 */
62
62
  changeEd: number;
63
63
  /** 收款人不一致情况说明 */
64
64
  reasonBy: string;
65
-
65
+ /** 支付时间-多笔 */
66
+ dateText: string;
67
+ /** 收款单位 */
68
+ skdwText: string;
69
+ /** 乙方单位 */
70
+ yfdwText: string;
66
71
  /** 一体化项目名称 */
67
72
  hzcbTxt1: string;
68
73
  /** 项目名称 */
@@ -138,7 +143,12 @@ export class TYzhtBillResponse implements IYzhtBillResponse {
138
143
  changeEd: number = -1;
139
144
  /** 收款人不一致情况说明 */
140
145
  reasonBy: string = "";
141
-
146
+ /** 支付时间-多笔 */
147
+ dateText: string = "";
148
+ /** 收款单位 */
149
+ skdwText: string = "";
150
+ /** 乙方单位 */
151
+ yfdwText: string = "";
142
152
  /** 一体化项目名称 */
143
153
  hzcbTxt1: string = "";
144
154
  /** 项目名称 */