@ningboyz/types 1.2.20 → 1.2.22
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
|
@@ -103,6 +103,18 @@ export interface IZbhdMainResponse {
|
|
|
103
103
|
* 参数约定
|
|
104
104
|
*/
|
|
105
105
|
withPara: string;
|
|
106
|
+
/**
|
|
107
|
+
* 允许变更
|
|
108
|
+
*/
|
|
109
|
+
asModify: number;
|
|
110
|
+
/**
|
|
111
|
+
* 采购标识
|
|
112
|
+
*/
|
|
113
|
+
usesYZCG: number;
|
|
114
|
+
/**
|
|
115
|
+
* 合同标识
|
|
116
|
+
*/
|
|
117
|
+
usesYZHT: number;
|
|
106
118
|
/**
|
|
107
119
|
* 科目分类
|
|
108
120
|
*/
|
|
@@ -213,6 +225,9 @@ export class TZbhdMainResponse implements IZbhdMainResponse {
|
|
|
213
225
|
ysdwName: string = "";
|
|
214
226
|
dictName: string = "";
|
|
215
227
|
withPara: string = "";
|
|
228
|
+
asModify: number = 0;
|
|
229
|
+
usesYZCG: number = 0;
|
|
230
|
+
usesYZHT: number = 0;
|
|
216
231
|
listDict: IDictResponse[] = [];
|
|
217
232
|
listGAMS: IGamsK0kmResponse[] = [];
|
|
218
233
|
listYSDW: IUnitResponse[] = [];
|