🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ningboyz/types

Package Overview
Dependencies
Maintainers
4
Versions
1438
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ningboyz/types - npm Package Compare versions

Comparing version
1.7.56
to
1.7.57
+1
-1
package.json
{
"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