@ningboyz/types 1.4.193 → 1.4.195
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
|
@@ -78,6 +78,8 @@ export interface IHzcbXmykResponse {
|
|
|
78
78
|
hzcbName: string;
|
|
79
79
|
/** 单位codefull */
|
|
80
80
|
sourceDW: string;
|
|
81
|
+
// 文件号
|
|
82
|
+
fileCode: string;
|
|
81
83
|
|
|
82
84
|
listFrom: IHzcbMainResponse[];
|
|
83
85
|
listUnit: IUnitResponse[];
|
|
@@ -157,6 +159,7 @@ export class THzcbXmykResponse implements IHzcbXmykResponse {
|
|
|
157
159
|
hzcbTxt1: string = "";
|
|
158
160
|
hzcbName: string = "";
|
|
159
161
|
sourceDW: string = "";
|
|
162
|
+
fileCode: string = "";
|
|
160
163
|
|
|
161
164
|
listFrom: IHzcbMainResponse[] = [];
|
|
162
165
|
listBill: IYzhtBillResponse[] = [];
|