@ningboyz/types 1.4.101 → 1.4.103
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
|
@@ -114,6 +114,14 @@ export interface IZbzbZbflResponse {
|
|
|
114
114
|
* 归属单位
|
|
115
115
|
*/
|
|
116
116
|
unitTypeText: string;
|
|
117
|
+
/**
|
|
118
|
+
* 调增单位.标识
|
|
119
|
+
*/
|
|
120
|
+
unitFrom: number;
|
|
121
|
+
/**
|
|
122
|
+
* 调增单位.名称
|
|
123
|
+
*/
|
|
124
|
+
unitFromText: string;
|
|
117
125
|
/**
|
|
118
126
|
* 规格配置
|
|
119
127
|
*/
|
|
@@ -230,6 +238,8 @@ export class TZbzbZbflResponse implements IZbzbZbflResponse {
|
|
|
230
238
|
unitMain: number = 0;
|
|
231
239
|
unitNamf: string = "";
|
|
232
240
|
unitTypeText: string = "";
|
|
241
|
+
unitFrom: number = 0;
|
|
242
|
+
unitFromText: string = "";
|
|
233
243
|
cardGgxh: string = "";
|
|
234
244
|
cardSize: number = 0;
|
|
235
245
|
cardZcdj: number = 0;
|