@ningboyz/types
Advanced tools
+1
-1
| { | ||
| "name": "@ningboyz/types", | ||
| "type": "module", | ||
| "version": "1.7.56", | ||
| "version": "1.7.57", | ||
| "private": false, | ||
@@ -6,0 +6,0 @@ "description": "宁波甬政类型库", |
| import { IGzzdMainResponse } from "../gzzd"; | ||
| import { IWlzfBillResponse } from "./IWlzfBillResponse"; | ||
| import _ from "lodash"; | ||
| export interface IWlzfMainResponse { | ||
@@ -61,3 +61,3 @@ whoBuild: number; | ||
| acnoMain: number; | ||
| sameType: number; // #是否同行 | ||
| sameType: number; // #是否同行 {1:同行,0:不同行} | ||
| originBy: number; // #补发主单 | ||
@@ -163,2 +163,7 @@ returnBy: string; // #返回主单 | ||
| listGZZD: IGzzdMainResponse[] = []; | ||
| constructor(data: Partial<IWlzfMainResponse> = {}) { | ||
| if (data) { | ||
| _.merge(this, _.pick(data, Object.keys(this))); | ||
| } | ||
| } | ||
| } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
40856
0.01%1143497
-0.35%447
-0.67%