@ningboyz/types 1.2.19 → 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
|
@@ -63,10 +63,11 @@ export interface IYzhtBillResponse {
|
|
|
63
63
|
/** 收款人不一致情况说明 */
|
|
64
64
|
reasonBy: string;
|
|
65
65
|
/** 支付时间-多笔 */
|
|
66
|
-
|
|
66
|
+
dateText: string;
|
|
67
67
|
/** 收款单位 */
|
|
68
68
|
skdwText: string;
|
|
69
|
-
|
|
69
|
+
/** 乙方单位 */
|
|
70
|
+
yfdwText: string;
|
|
70
71
|
/** 一体化项目名称 */
|
|
71
72
|
hzcbTxt1: string;
|
|
72
73
|
/** 项目名称 */
|
|
@@ -143,10 +144,11 @@ export class TYzhtBillResponse implements IYzhtBillResponse {
|
|
|
143
144
|
/** 收款人不一致情况说明 */
|
|
144
145
|
reasonBy: string = "";
|
|
145
146
|
/** 支付时间-多笔 */
|
|
146
|
-
|
|
147
|
+
dateText: string = "";
|
|
147
148
|
/** 收款单位 */
|
|
148
149
|
skdwText: string = "";
|
|
149
|
-
|
|
150
|
+
/** 乙方单位 */
|
|
151
|
+
yfdwText: string = "";
|
|
150
152
|
/** 一体化项目名称 */
|
|
151
153
|
hzcbTxt1: string = "";
|
|
152
154
|
/** 项目名称 */
|