@ningboyz/types 1.6.114 → 1.6.115

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.6.114",
4
+ "version": "1.6.115",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -45,6 +45,8 @@ export interface ICardZcpdBillResponse {
45
45
  cardJldwText: string;
46
46
  /** 购入日期 */
47
47
  cardGrrq: number;
48
+ /** 资产数量 */
49
+ cardSize: number;
48
50
  /** 资产原值 */
49
51
  cardZcyz: number;
50
52
  /** 部门名称 */
@@ -98,6 +100,8 @@ export class TCardZcpdBillResponse implements ICardZcpdBillResponse {
98
100
  cardJldwText: string = "";
99
101
  /** 购入日期 */
100
102
  cardGrrq: number = 0;
103
+ /** 资产数量 */
104
+ cardSize: number = 0;
101
105
  /** 资产原值 */
102
106
  cardZcyz: number = 0;
103
107
  /** 部门名称 */