🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@ningboyz/types

Package Overview
Dependencies
Maintainers
4
Versions
1406
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.23
to
1.7.24
+1
-1
package.json
{
"name": "@ningboyz/types",
"type": "module",
"version": "1.7.23",
"version": "1.7.24",
"private": false,

@@ -6,0 +6,0 @@ "description": "宁波甬政类型库",

@@ -91,3 +91,3 @@ import _ from "lodash";

acnoYhmc: string;
hideStat: number;//启用状态
/**

@@ -176,3 +176,3 @@ * 发票类型

iDefault: number = 0;
hideStat: number = 0;
listAcno: IDictResponse[] = [];

@@ -179,0 +179,0 @@

@@ -12,2 +12,3 @@ import { construct, destruct } from "@aximario/json-tree";

typeMain: number;
typeName: string;
parentID: number;

@@ -49,2 +50,3 @@ hashCode: number;

typeMain: number = 0;
typeName: string = "";
parentID: number = 0;

@@ -51,0 +53,0 @@ hashCode: number = 0;