🎩 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.54
to
1.7.55
src/card/ISyszclbgblbResponse.ts~

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

+1
-1
{
"name": "@ningboyz/types",
"type": "module",
"version": "1.7.54",
"version": "1.7.55",
"private": false,

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

@@ -330,3 +330,5 @@ import _ from "lodash";

const menu = listMenu[i];
menu.menuParaConv = TSysMenuWithExpdResponse.parseJson(menu.menuPara);
if (!_.isNil(menu)) {
menu.menuParaConv = TSysMenuWithExpdResponse.parseJson(menu.menuPara);
}
}

@@ -343,5 +345,5 @@ }

return _.merge(defaultMenuPara, obj);
} catch (e) {}
} catch (e) { }
return defaultMenuPara;
}
}

@@ -0,7 +1,7 @@

import { construct, destruct } from "@aximario/json-tree";
import _ from "lodash";
import { IElemElemResponse } from "../elem/IElemElemResponse";
import type { IGzjgGzlmResponseGzlmPara } from "./IGzjgGzlmResponseGzlmPara";
import { TGzjgGzlmResponseGzlmPara } from "./IGzjgGzlmResponseGzlmPara";
import { IElemElemResponse } from "../elem/IElemElemResponse";
import { construct, destruct } from "@aximario/json-tree";
import {TGzlmLiteResponse} from "./IGzlmLiteResponse.ts";
import { TGzlmLiteResponse } from "./IGzlmLiteResponse.ts";

@@ -183,3 +183,3 @@ // #工资栏目

return _.merge(defaultGzlmPara, obj);
} catch (_e) {}
} catch (_e) { }
return defaultGzlmPara;

@@ -202,15 +202,18 @@ }

var gzlmLite = new TGzlmLiteResponse();
gzlmLite.whoBuild = element.whoBuild;
gzlmLite.userIndx = element.userIndx;
gzlmLite.gzjgIndx = element.gzjgIndx;
gzlmLite.gzlmFlid = element.gzlmFlid;
if (!_.isNil(element)) {
var gzlmLite = new TGzlmLiteResponse();
gzlmLite.whoBuild = element.whoBuild;
gzlmLite.userIndx = element.userIndx;
gzlmLite.gzjgIndx = element.gzjgIndx;
gzlmLite.gzlmFlid = element.gzlmFlid;
gzlmLite.gzlmFlbh = element.gzlmFlbh;
gzlmLite.gzlmFljs = element.gzlmFljs;
gzlmLite.gzlmFllx = element.gzlmFllx;
gzlmLite.gzlmFlws = element.gzlmFlws;
gzlmLite.typTotal = element.typTotal;
gzlmLite.gzlmFlbh = element.gzlmFlbh;
gzlmLite.gzlmFljs = element.gzlmFljs;
gzlmLite.gzlmFllx = element.gzlmFllx;
gzlmLite.gzlmFlws = element.gzlmFlws;
gzlmLite.typTotal = element.typTotal;
result.push(gzlmLite);
result.push(gzlmLite);
}
}

@@ -217,0 +220,0 @@