@ningboyz/types 1.3.35 → 1.3.37

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.3.35",
4
+ "version": "1.3.37",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -124,6 +124,20 @@ export interface IHzcbMainResponse {
124
124
 
125
125
  /**关联原始单据ID */
126
126
  originID: number;
127
+ /**验收组长 */
128
+ hzcbYszz: string;
129
+ /**验收成员 */
130
+ hzcbYscy: string;
131
+ /**验收单位 */
132
+ hzcbYsdw: string;
133
+ /**验收日期 */
134
+ hzcbYsrq: number;
135
+ /**决算金额 */
136
+ hzcbJsje: number;
137
+ /**是否验收 */
138
+ finishEd: number;
139
+ /**地块名称 */
140
+ nodeText: string;
127
141
 
128
142
  /** 附件 */
129
143
  listPath: TCore.IPathResponse[];
@@ -241,6 +255,13 @@ export class THzcbMainResponse implements IHzcbMainResponse {
241
255
  fromOutMoney: number = 0;
242
256
  fromHzcbMemo: string = "";
243
257
  originID: number = 0;
258
+ hzcbYszz: string = "";
259
+ hzcbYscy: string = "";
260
+ hzcbYsdw: string = "";
261
+ hzcbYsrq: number = 0;
262
+ hzcbJsje: number = 0;
263
+ finishEd: number = 0;
264
+ nodeText: string = "";
244
265
 
245
266
  constructor(card: any = {}) {
246
267
  if (card) {