@ningboyz/types 1.4.134 → 1.4.136
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
|
@@ -40,6 +40,8 @@ export interface IHzcbNdjhBillResponse {
|
|
|
40
40
|
kdztText: string;
|
|
41
41
|
/**其他绩效目标说明 */
|
|
42
42
|
qtmbText: string;
|
|
43
|
+
/**地块明细 */
|
|
44
|
+
dkmxText: string;
|
|
43
45
|
fromWhoBuild: number;
|
|
44
46
|
fromUserIndx: number;
|
|
45
47
|
/**关联项目id */
|
|
@@ -78,6 +80,8 @@ export class THzcbNdjhBillResponse implements IHzcbNdjhBillResponse {
|
|
|
78
80
|
kdztMain: number = 0;
|
|
79
81
|
kdztText: string = "";
|
|
80
82
|
qtmbText: string = "";
|
|
83
|
+
/**地块明细 */
|
|
84
|
+
dkmxText: string = "";
|
|
81
85
|
fromWhoBuild: number = 0;
|
|
82
86
|
fromUserIndx: number = 0;
|
|
83
87
|
fromHzcbIndx: number = 0;
|